Searched refs:sevp (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/include/ |
D | tst_safe_posix_ipc.h | 19 #define SAFE_MQ_NOTIFY(mqdes, sevp) \ argument 20 safe_mq_notify(__FILE__, __LINE__, (mqdes), (sevp)) 102 mqd_t mqdes, const struct sigevent *sevp) in safe_mq_notify() argument 106 rval = mq_notify(mqdes, sevp); in safe_mq_notify()
|
D | tst_safe_clocks.h | 77 clockid_t clockid, struct sigevent *sevp, timer_t *timerid) in safe_timer_create() argument 82 ret = timer_create(clockid, sevp, timerid); in safe_timer_create() 162 #define SAFE_TIMER_CREATE(clockid, sevp, timerid)\ argument 163 safe_timer_create(__FILE__, __LINE__, (clockid), (sevp), (timerid))
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deTimer.c | 179 struct sigevent sevp; in deTimer_create() local 184 deMemset(&sevp, 0, sizeof(sevp)); in deTimer_create() 185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create() 186 sevp.sigev_value.sival_ptr = timer; in deTimer_create() 187 sevp.sigev_notify_function = timerCallback; in deTimer_create() 189 if (timer_create(CLOCK_REALTIME, &sevp, &timer->timer) != 0) in deTimer_create()
|
/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify02.c | 19 struct sigevent sevp; member 30 TST_EXP_FAIL(mq_notify(0, &(test->sevp)), test->exp_errno); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | CMakeLists.txt | 148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
|
/third_party/spirv-tools/source/ |
D | CMakeLists.txt | 148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | CMakeLists.txt | 148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2447 sevp: *mut sigevent, in lio_listio() 2753 sevp: *mut ::sigevent, in timer_create()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1688 sevp: *mut sigevent, in lio_listio()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3751 sevp: *mut ::sigevent, 4452 sevp: *mut ::sigevent, in timer_create()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4067 sevp: *mut sigevent, in lio_listio()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5106 sevp: *mut sigevent, in lio_listio()
|