/third_party/musl/porting/linux/user/src/time/ |
D | clock_gettime.c | 28 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()
|
D | clock_getres.c | 26 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/ |
D | clock_gettime.c | 13 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()
|
D | clock_getres.c | 4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres()
|
D | clock_getcpuclockid.c | 6 int clock_getcpuclockid(pid_t pid, clockid_t *clk) in clock_getcpuclockid()
|
D | clock_settime.c | 7 int clock_settime(clockid_t clk, const struct timespec *ts) in clock_settime()
|
D | clock_nanosleep.c | 8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep()
|
D | timer_create.c | 72 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/ |
D | clock_getcpuclockid.c | 26 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.c | 44 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp() 75 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
|
D | pthread_attr_get.c | 60 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock()
|
/third_party/node/deps/uvwasi/src/ |
D | clocks.c | 50 #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.c | 33 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp() 64 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
|
D | pthread_condattr_setclock.c | 3 int pthread_condattr_setclock(pthread_condattr_t *a, clockid_t clk) in pthread_condattr_setclock()
|
D | pthread_attr_get.c | 59 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock()
|
/third_party/musl/compat/time32/ |
D | clock_settime32.c | 4 int __clock_settime32(clockid_t clk, const struct timespec32 *ts32) in __clock_settime32()
|
D | clock_getres_time32.c | 4 int __clock_getres_time32(clockid_t clk, struct timespec32 *ts32) in __clock_getres_time32()
|
D | clock_gettime32.c | 6 int __clock_gettime32(clockid_t clk, struct timespec32 *ts32) in __clock_gettime32()
|
D | clock_nanosleep_time32.c | 5 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/ |
D | pthread_condattr_setclock.c | 16 clockid_t clk; in main() local
|
/third_party/grpc/src/core/lib/gpr/ |
D | time_precise.cc | 137 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/ |
D | lws-bb-spi.h | 45 _lws_plat_gpio_t clk; member
|
/third_party/libdrm/nouveau/nvif/ |
D | if0003.h | 30 __u32 clk; member
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 236 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/ |
D | gstalsasrc.c | 252 GstClock *clk; in gst_alsasrc_change_state() local
|