Home
last modified time | relevance | path

Searched refs:timerid (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/time/
Dtimer_create.c80 int timerid; in timer_create() local
93 if (syscall(SYS_timer_create, clk, ksevp, &timerid) < 0) in timer_create()
95 *res = (void *)(intptr_t)timerid; in timer_create()
120 if (syscall(SYS_timer_create, clk, &ksev, &timerid) < 0) in timer_create()
121 timerid = -1; in timer_create()
122 td->timer_id = timerid; in timer_create()
124 if (timerid < 0) return -1; in timer_create()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dlibcompat.h199 timer_t * timerid);
200 CK_DLL_EXP int timer_settime (timer_t timerid, int flags,
202 CK_DLL_EXP int timer_delete (timer_t timerid);
Dtimer_create.c26 timer_t * timerid CK_ATTRIBUTE_UNUSED) in timer_create()
Dtimer_delete.c24 timer_delete (timer_t timerid CK_ATTRIBUTE_UNUSED) in timer_delete()
Dtimer_settime.c24 timer_settime (timer_t timerid CK_ATTRIBUTE_UNUSED, in timer_settime()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_timer.c54 ret = LOS_SwtmrDelete(timer->timerid); in DoDeleteTimer()
66 &timer->timerid, timer->data); in DoAddTimer()
71 ret = LOS_SwtmrStart(timer->timerid); in DoAddTimer()
Dlinux_workqueue.c405 if ((swtmr->usTimerID == ((struct delayed_work *)dwork)->timer.timerid) && in OsDelayWorkCancelCond()
/third_party/curl/lib/
Dprogress.h41 } timerid; typedef
52 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
Dprogress.c172 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dtimer.h49 UINT16 timerid; member
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_run.c451 timer_t timerid; in tcase_run_tfun_fork() local
478 &timerid) == 0) { in tcase_run_tfun_fork()
483 if (timer_settime (timerid, 0, &timer_spec, NULL) == 0) { in tcase_run_tfun_fork()
493 timer_delete (timerid); in tcase_run_tfun_fork()
Dcheck.c626 timer_t timerid; in check_get_clockid() local
628 if (timer_create (CLOCK_MONOTONIC, NULL, &timerid) == 0) { in check_get_clockid()
629 timer_delete (timerid); in check_get_clockid()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h19 int timerid; member
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h18 int timerid; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h65 int timerid; member
/third_party/musl/src/internal/
Dpthread_impl.h65 int timerid; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h65 int timerid; member