Home
last modified time | relevance | path

Searched refs:currentTime (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_089.c94 struct timespec startTime, currentTime; in PthreadF02() local
117 clock_gettime(CLOCK_REALTIME, &currentTime); in PthreadF02()
118 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in PthreadF02()
H A DIt_posix_pthread_088.c95 struct timespec startTime, currentTime; in PthreadF02() local
116 clock_gettime(CLOCK_REALTIME, &currentTime); in PthreadF02()
117 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in PthreadF02()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_089.cpp90 struct timespec startTime, currentTime; in pthread_f02() local
113 clock_gettime(CLOCK_REALTIME, &currentTime); in pthread_f02()
114 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in pthread_f02()
H A DIt_posix_pthread_088.cpp89 struct timespec startTime, currentTime; in pthread_f02() local
110 clock_gettime(CLOCK_REALTIME, &currentTime); in pthread_f02()
111 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in pthread_f02()
/kernel/liteos_m/kal/posix/src/
H A Dtime.c506 UINT64 currentTime; in time() local
507 currentTime = GetCurrentTime(); in time()
508 sec = currentTime / OS_SYS_MS_PER_SECOND; in time()

Completed in 3 milliseconds