Symbol: clock_gettime
headers/posix/time.h
102
int clock_gettime(clockid_t clockID, struct timespec* _time);
src/add-ons/kernel/drivers/disk/nvme/libnvme/nvme_common.h
173
clock_gettime(CLOCK_REALTIME, &ts);
src/add-ons/kernel/file_systems/ntfs/libntfs/ntfstime.h
117
clock_gettime(CLOCK_REALTIME, &now);
src/bin/network/ping/ping.c
1019
(void)clock_gettime(CLOCK_MONOTONIC, &last);
src/bin/network/ping/ping.c
1060
(void)clock_gettime(CLOCK_MONOTONIC, &now);
src/bin/network/ping/ping.c
916
(void)clock_gettime(CLOCK_MONOTONIC, &last);
src/bin/network/ping/ping.c
943
(void)clock_gettime(CLOCK_MONOTONIC, &now);
src/bin/network/ping/ping.c
978
(void)clock_gettime(CLOCK_MONOTONIC, &now);
src/bin/network/ping/ping6.c
1156
clock_gettime(CLOCK_MONOTONIC, &last);
src/bin/network/ping/ping6.c
1194
clock_gettime(CLOCK_MONOTONIC, &now);
src/bin/network/ping/ping6.c
1272
clock_gettime(CLOCK_MONOTONIC, &last);
src/bin/network/ping/ping6.c
1417
(void)clock_gettime(CLOCK_MONOTONIC, &tv);
src/bin/network/ping/ping6.c
1582
(void)clock_gettime(CLOCK_MONOTONIC, &tv);
src/kits/support/Uuid.cpp
27
clock_gettime(CLOCK_REALTIME, &time);
src/system/libnetwork/netresolv/isc/ev_timers.c
136
if (clock_gettime(m, &tsnow) == 0)
src/system/libnetwork/netresolv/isc/ev_timers.c
149
if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0)
src/system/libroot/posix/time/clock_support.cpp
42
if (clock_gettime(clockID, &dummy) != 0)
src/tests/system/libroot/posix/pthread_clock_test.cpp
28
if (clock_gettime(c, &ts) != 0)
src/tests/system/libroot/posix/pthread_clock_test.cpp
33
if (clock_gettime(c, &ts) != 0)