Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 - 25 of 48) sorted by relevance

12

/third_party/musl/src/mq/
H A Dmq_notify.c34 sev2.sigev_notify = SIGEV_THREAD; in start()
54 if (!sev || sev->sigev_notify != SIGEV_THREAD) { in mq_notify()
68 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c42 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
63 sev2.sigev_notify = SIGEV_THREAD; in mq_notify()
/third_party/musl/src/aio/
H A Dlio_listio.c63 case SIGEV_THREAD: in wait_thread()
121 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
H A Daio.c206 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup()
304 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Dlio_listio.c63 case SIGEV_THREAD: in wait_thread()
122 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
H A Daio.c199 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup()
295 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c52 .notify = SIGEV_THREAD,
125 case SIGEV_THREAD: in do_test()
H A Dmq_notify03.c50 sev.sigev_notify = SIGEV_THREAD; in try_null_dereference()
/third_party/musl/porting/liteos_a/user/src/mq/
H A Dmq_notify.c11 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp64 se_.sigev_notify = SIGEV_THREAD; in Scaler()
178 sev.sigev_notify = SIGEV_THREAD; in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create01.c18 * 3) SIGEV_THREAD
39 {SIGALRM, SIGEV_THREAD, "SIGEV_THREAD"},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D18-1.c78 se.sigev_notify = SIGEV_THREAD; in main()
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c91 case SIGEV_THREAD: in timer_create()
/third_party/ltp/lib/
H A Dtlibio.c704 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer()
1277 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer()
1718 SIGEV_THREAD ? "thread" : "unknown"));
1827 SIGEV_THREAD ? "thread" : "unknown"));
1851 SIGEV_THREAD ? "thread" : "unknown"));
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h172 #define SIGEV_THREAD 2 macro
/third_party/musl/src/time/
H A Dtimer_create.c140 case SIGEV_THREAD: in timer_create()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c199 if (sev.sigev_notify == SIGEV_THREAD) { in cleanup()
297 if (cb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in submit()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h195 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h195 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h195 #define SIGEV_THREAD 2 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h205 #define SIGEV_THREAD 2 macro
/third_party/musl/include/
H A Dsignal.h204 #define SIGEV_THREAD 2 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c30 C(SIGEV_THREAD) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs78 pub const SIGEV_THREAD: ::c_int = 3; consts
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()

Completed in 14 milliseconds

12