Home
last modified time | relevance | path

Searched defs:clk (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
Dclock_gettime.c28 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap()
49 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
72 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
Dclock_getres.c26 static int cgr_init(clockid_t clk, struct timespec *ts) in cgr_init()
40 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres()
/third_party/musl/src/time/
Dclock_gettime.c13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap()
34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
56 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
Dclock_getres.c4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres()
Dclock_getcpuclockid.c6 int clock_getcpuclockid(pid_t pid, clockid_t *clk) in clock_getcpuclockid()
Dclock_settime.c7 int clock_settime(clockid_t clk, const struct timespec *ts) in clock_settime()
Dclock_nanosleep.c8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep()
Dtimer_create.c72 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_getcpuclockid.c26 clockid_t clk; in clock_getcpuclockid_0100() local
45 clockid_t clk; in clock_getcpuclockid_0200() local
/third_party/musl/porting/liteos_a/user/src/thread/
D__timedwait.c44 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
75 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
Dpthread_attr_get.c60 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock()
/third_party/node/deps/uvwasi/src/
Dclocks.c50 #define UVWASI__CLOCK_GETTIME_AND_RETURN(clk, time) \ argument
102 #define UVWASI__CLOCK_GETRES_AND_RETURN(clk, time) \ argument
/third_party/musl/src/thread/
D__timedwait.c33 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
64 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
Dpthread_condattr_setclock.c3 int pthread_condattr_setclock(pthread_condattr_t *a, clockid_t clk) in pthread_condattr_setclock()
Dpthread_attr_get.c59 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock()
/third_party/musl/compat/time32/
Dclock_settime32.c4 int __clock_settime32(clockid_t clk, const struct timespec32 *ts32) in __clock_settime32()
Dclock_getres_time32.c4 int __clock_getres_time32(clockid_t clk, struct timespec32 *ts32) in __clock_getres_time32()
Dclock_gettime32.c6 int __clock_gettime32(clockid_t clk, struct timespec32 *ts32) in __clock_gettime32()
Dclock_nanosleep_time32.c5 int __clock_nanosleep_time32(clockid_t clk, int flags, const struct timespec32 *req32, struct times… in __clock_nanosleep_time32()
/third_party/musl/libc-test/src/regression/
Dpthread_condattr_setclock.c16 clockid_t clk; in main() local
/third_party/grpc/src/core/lib/gpr/
Dtime_precise.cc137 void gpr_precise_clock_now(gpr_timespec* clk) { in gpr_precise_clock_now()
158 void gpr_precise_clock_now(gpr_timespec* clk) { in gpr_precise_clock_now()
/third_party/libwebsockets/include/libwebsockets/
Dlws-bb-spi.h45 _lws_plat_gpio_t clk; member
/third_party/libdrm/nouveau/nvif/
Dif0003.h30 __u32 clk; member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c236 int pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clk) in pthread_condattr_setclock()
346 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in clock_nanosleep()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c252 GstClock *clk; in gst_alsasrc_change_state() local