Searched refs:currentTime (Results 1 – 6 of 6) sorted by relevance
| /kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
| D | It_posix_pthread_089.c | 94 struct timespec startTime, currentTime; in PthreadF02() local 117 clock_gettime(CLOCK_REALTIME, ¤tTime); in PthreadF02() 118 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in PthreadF02()
|
| D | It_posix_pthread_088.c | 95 struct timespec startTime, currentTime; in PthreadF02() local 116 clock_gettime(CLOCK_REALTIME, ¤tTime); in PthreadF02() 117 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in PthreadF02()
|
| /kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
| D | It_posix_pthread_088.cpp | 89 struct timespec startTime, currentTime; in pthread_f02() local 110 clock_gettime(CLOCK_REALTIME, ¤tTime); in pthread_f02() 111 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in pthread_f02()
|
| D | It_posix_pthread_089.cpp | 90 struct timespec startTime, currentTime; in pthread_f02() local 113 clock_gettime(CLOCK_REALTIME, ¤tTime); in pthread_f02() 114 if (PthreadTimeF01(currentTime, startTime) > RUNTIME) { in pthread_f02()
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time.c | 506 UINT64 currentTime; in time() local 507 currentTime = GetCurrentTime(); in time() 508 sec = currentTime / OS_SYS_MS_PER_SECOND; in time()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 52219 + gctUINT32 currentTime; 52423 + gcmkONERROR(gckOS_GetTicks(¤tTime)); 52426 + gckOS_TicksAfter(Hardware->powerOffTime, currentTime, &isAfter)); 52600 + gcmkONERROR(gckOS_GetTicks(¤tTime)); 52602 + Hardware->powerOffTime = currentTime + Hardware->powerOffTimeout;
|