Searched refs:CLOCK_REALTIME (Results 1 – 16 of 16) sorted by relevance
| /third_party/ulib/musl/src/time/ |
| A D | timespec_get.c | 10 int ret = __clock_gettime(CLOCK_REALTIME, ts); in timespec_get()
|
| A D | time.c | 7 __clock_gettime(CLOCK_REALTIME, &ts); in time()
|
| A D | gettimeofday.c | 8 clock_gettime(CLOCK_REALTIME, &ts); in gettimeofday()
|
| A D | ftime.c | 6 clock_gettime(CLOCK_REALTIME, &ts); in ftime()
|
| A D | clock_gettime.c | 18 case CLOCK_REALTIME: in __clock_gettime()
|
| /third_party/ulib/musl/src/temp/ |
| A D | __randname.c | 13 __clock_gettime(CLOCK_REALTIME, &ts); in __randname()
|
| /third_party/ulib/musl/src/thread/ |
| A D | thrd_sleep.c | 10 int ret = __timespec_to_deadline(req, CLOCK_REALTIME, &deadline); in thrd_sleep()
|
| A D | mtx_timedlock.c | 9 int ret = __timespec_to_deadline(ts, CLOCK_REALTIME, &deadline); in mtx_timedlock()
|
| /third_party/ulib/musl/pthread/ |
| A D | sem_timedwait.c | 19 int r = __timedwait(&sem->_s_value, -1, CLOCK_REALTIME, at); in sem_timedwait()
|
| A D | pthread_rwlock_timedwrlock.c | 20 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at); in pthread_rwlock_timedwrlock()
|
| A D | pthread_rwlock_timedrdlock.c | 20 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at); in pthread_rwlock_timedrdlock()
|
| A D | pthread_mutex_timedlock.c | 28 r = __timedwait(&m->_m_lock, t, CLOCK_REALTIME, at); in pthread_mutex_timedlock()
|
| /third_party/ulib/musl/src/network/ |
| A D | res_mkquery.c | 36 clock_gettime(CLOCK_REALTIME, &ts); in __res_mkquery()
|
| A D | res_msend.c | 17 clock_gettime(CLOCK_REALTIME, &ts); in mtime()
|
| /third_party/ulib/musl/include/ |
| A D | time.h | 73 #define CLOCK_REALTIME 0 macro
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixxf.c | 916 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) in AcpiOsWaitSemaphore()
|
Completed in 16 milliseconds