Searched refs:NSEC (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_time_container_007.cpp | 34 const int NSEC = 80000000; variable 42 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime()
|
H A D | It_time_container_002.cpp | 34 const int NSEC = 800000000; variable 43 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in childFunc() 77 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime()
|
H A D | It_time_container_008.cpp | 34 const long long NSEC = 800000000000; variable 42 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %lld", SEC, NSEC); in WriteProcTime()
|
H A D | It_time_container_004.cpp | 34 const int NSEC = 800000000; variable 60 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime()
|
H A D | It_time_container_005.cpp | 34 const int NSEC = 800000000; variable 60 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime()
|
Completed in 2 milliseconds