/third_party/musl/src/mq/ |
D | mq_notify.c | 41 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify() 62 sev2.sigev_notify = SIGEV_THREAD; in mq_notify()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 63 case SIGEV_THREAD: in wait_thread() 122 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
|
D | aio.c | 186 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup() 291 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 62 case SIGEV_THREAD: in wait_thread() 119 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
|
D | aio.c | 185 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup() 290 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
|
/third_party/musl/porting/liteos_a/user/src/mq/ |
D | mq_notify.c | 11 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
|
/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 52 .notify = SIGEV_THREAD, 125 case SIGEV_THREAD: in do_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 78 se.sigev_notify = SIGEV_THREAD; in main()
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create01.c | 39 {SIGALRM, SIGEV_THREAD, "SIGEV_THREAD"},
|
/third_party/musl/src/time/ |
D | timer_create.c | 97 case SIGEV_THREAD: in timer_create()
|
/third_party/ltp/lib/ |
D | tlibio.c | 700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer() 1268 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer() 1708 SIGEV_THREAD ? "thread" : "unknown")); 1817 SIGEV_THREAD ? "thread" : "unknown")); 1841 SIGEV_THREAD ? "thread" : "unknown"));
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | signal.h | 157 #define SIGEV_THREAD 2 macro
|
/third_party/musl/include/ |
D | signal.h | 190 #define SIGEV_THREAD 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | signal.c | 30 C(SIGEV_THREAD) in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 190 #define SIGEV_THREAD 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | signal.h | 191 #define SIGEV_THREAD 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 190 #define SIGEV_THREAD 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 190 #define SIGEV_THREAD 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | signal.h | 191 #define SIGEV_THREAD 2 macro
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deTimer.c | 185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
|
/third_party/libusb/libusb/os/ |
D | sunos_usb.c | 1213 aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; in sunos_do_async_io()
|
/third_party/musl/ |
D | WHATSNEW | 1032 - SIGEV_THREAD timer id corruption and race condition issues 2156 - timer_create with SIGEV_THREAD notification had data race getting timer id
|
/third_party/NuttX/ |
D | ReleaseNotes | 10218 - SIGEV_THREAD: Add support for the SIGEV_THREAD notification method 10391 - apps/examples/ostest: Add a test of POSIX timers using SIGEV_THREAD. 21942 SIGEV_THREAD in all drivers that provide signal notifications:
|