Searched refs:timerid (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/src/time/ |
D | timer_create.c | 80 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/ |
D | libcompat.h | 199 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);
|
D | timer_create.c | 26 timer_t * timerid CK_ATTRIBUTE_UNUSED) in timer_create()
|
D | timer_delete.c | 24 timer_delete (timer_t timerid CK_ATTRIBUTE_UNUSED) in timer_delete()
|
D | timer_settime.c | 24 timer_settime (timer_t timerid CK_ATTRIBUTE_UNUSED, in timer_settime()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_timer.c | 54 ret = LOS_SwtmrDelete(timer->timerid); in DoDeleteTimer() 66 &timer->timerid, timer->data); in DoAddTimer() 71 ret = LOS_SwtmrStart(timer->timerid); in DoAddTimer()
|
D | linux_workqueue.c | 405 if ((swtmr->usTimerID == ((struct delayed_work *)dwork)->timer.timerid) && in OsDelayWorkCancelCond()
|
/third_party/curl/lib/ |
D | progress.h | 41 } timerid; typedef 52 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
|
D | progress.c | 172 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | timer.h | 49 UINT16 timerid; member
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_run.c | 451 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()
|
D | check.c | 626 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/ |
D | pthread_impl.h | 19 int timerid; member
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 18 int timerid; member
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 65 int timerid; member
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 65 int timerid; member
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 65 int timerid; member
|