Home
last modified time | relevance | path

Searched refs:OSTime (Results 1 – 4 of 4) sorted by relevance

/lib/libc/
Dtime.c22 uint64_t nsec = OSTime(); in time()
34 uint64_t nsec = OSTime(); in gettimeofday()
Dsyscall.c11 OSTime() in OSTime() function
/include/
Dsyscall.h10 uint64_t OSTime();
/lib/libc/posix/
Dpthread.c423 if (endtime < OSTime()) { in pthread_cond_timedwait()