testing/ostest: Define the private used signal to SIGRTMIN

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-03-25 05:36:03 +08:00 committed by David Sidrane
parent b93aa0cb8d
commit 3ac86cc6f1
4 changed files with 6 additions and 6 deletions

View File

@ -38,8 +38,8 @@
* Private Definitions
****************************************************************************/
#define MY_TIMER_SIGNAL 17
#define SIGVALUE_INT 42
#define MY_TIMER_SIGNAL SIGRTMIN
#define SIGVALUE_INT 42
/****************************************************************************
* Private Data

View File

@ -36,8 +36,8 @@
* Private Definitions
****************************************************************************/
#define MY_TIMER_SIGNAL 17
#define SIGVALUE_INT 42
#define MY_TIMER_SIGNAL SIGRTMIN
#define SIGVALUE_INT 42
/****************************************************************************
* Private Data

View File

@ -43,7 +43,7 @@
* Pre-processor Definitions
****************************************************************************/
#define WAKEUP_SIGNAL 17
#define WAKEUP_SIGNAL SIGRTMIN
#define SIGVALUE_INT 42
/****************************************************************************

View File

@ -41,7 +41,7 @@
* Pre-processor Definitions
****************************************************************************/
#define WAKEUP_SIGNAL 17
#define WAKEUP_SIGNAL SIGRTMIN
#define SIGVALUE_INT 42
/****************************************************************************