Searched defs:SIGEV_THREAD_ID (Results 1 - 5 of 5) sorted by relevance

/external/strace/tests/
H A Dtimer_create.c101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4 macro
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
/external/strace/tests-m32/
H A Dtimer_create.c101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4 macro
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
/external/strace/tests-mx32/
H A Dtimer_create.c101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4 macro
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
/external/strace/xlat/
H A Dsigev_value.h11 #if !(defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID))
12 # define SIGEV_THREAD_ID 4 macro
28 XLAT(SIGEV_THREAD_ID),
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h267 #define SIGEV_THREAD_ID 4 /* deliver to thread */ macro

Completed in 267 milliseconds