Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/mq/
Dmq_notify.c41 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/
Dlio_listio.c63 case SIGEV_THREAD: in wait_thread()
122 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
Daio.c186 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup()
291 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
/third_party/musl/src/aio/
Dlio_listio.c62 case SIGEV_THREAD: in wait_thread()
119 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
Daio.c185 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/
Dmq_notify.c11 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c52 .notify = SIGEV_THREAD,
125 case SIGEV_THREAD: in do_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c78 se.sigev_notify = SIGEV_THREAD; in main()
/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create01.c39 {SIGALRM, SIGEV_THREAD, "SIGEV_THREAD"},
/third_party/musl/src/time/
Dtimer_create.c97 case SIGEV_THREAD: in timer_create()
/third_party/ltp/lib/
Dtlibio.c700 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/
Dsignal.h157 #define SIGEV_THREAD 2 macro
/third_party/musl/include/
Dsignal.h190 #define SIGEV_THREAD 2 macro
/third_party/musl/libc-test/src/api/
Dsignal.c30 C(SIGEV_THREAD) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h190 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/linux/user/include/
Dsignal.h191 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h190 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h190 #define SIGEV_THREAD 2 macro
/third_party/musl/ndk_musl_include/
Dsignal.h191 #define SIGEV_THREAD 2 macro
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
/third_party/libusb/libusb/os/
Dsunos_usb.c1213 aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; in sunos_do_async_io()
/third_party/musl/
DWHATSNEW1032 - 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/
DReleaseNotes10218 - 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: