Searched refs:sevp (Results 1 – 13 of 13) sorted by relevance
/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/include/ |
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/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify02.c | 34 struct sigevent sevp; member 71 TEST(mq_notify(0, &(test->sevp))); in mq_notify_verify()
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | timer_create.c | 25 struct sigevent *sevp CK_ATTRIBUTE_UNUSED, in timer_create()
|
D | libcompat.h | 198 CK_DLL_EXP int timer_create (clockid_t clockid, struct sigevent *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/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/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()
|