mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing/ostest: Define the private used signal to SIGRTMIN
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b93aa0cb8d
commit
3ac86cc6f1
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define WAKEUP_SIGNAL 17
|
||||
#define WAKEUP_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define WAKEUP_SIGNAL 17
|
||||
#define WAKEUP_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue