Home
last modified time | relevance | path

Searched refs:sevp (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeTimer.c179 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/
Dtst_safe_clocks.h77 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/
Dmq_notify02.c34 struct sigevent sevp; member
71 TEST(mq_notify(0, &(test->sevp))); in mq_notify_verify()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dtimer_create.c25 struct sigevent *sevp CK_ATTRIBUTE_UNUSED, in timer_create()
Dlibcompat.h198 CK_DLL_EXP int timer_create (clockid_t clockid, struct sigevent *sevp,
/third_party/spirv-tools/source/
DCMakeLists.txt148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
/third_party/skia/third_party/externals/spirv-tools/source/
DCMakeLists.txt148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
DCMakeLists.txt148 spvtools_vendor_tables("spv-amd-shader-explicit-vertex-parameter" "spv-amd-sevp" "")
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2447 sevp: *mut sigevent, in lio_listio()
2753 sevp: *mut ::sigevent, in timer_create()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1688 sevp: *mut sigevent, in lio_listio()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3751 sevp: *mut ::sigevent,
4452 sevp: *mut ::sigevent, in timer_create()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4067 sevp: *mut sigevent, in lio_listio()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5106 sevp: *mut sigevent, in lio_listio()