Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_timer_test.cpp99 Utils::Timer timer("test_timer"); variable
116 Utils::Timer timer("test_timer"); variable
134 Utils::Timer timer("test_timer"); variable
214 Utils::Timer timer("test_timer", -1); variable
238 Utils::Timer timer("test_timer"); variable
257 void DoFunc(Utils::Timer &timer, int &count) in DoFunc()
271 void DoFunc2(Utils::Timer &timer, int &count) in DoFunc2()
288 Utils::Timer timer("test_timer"); variable
310 Utils::Timer timer("test_timer"); variable
329 Utils::Timer timer("test_timer"); variable
[all …]
Dutils_event_test.cpp944 Timer timer("test_timer"); variable
961 Timer timer("test_timer"); variable
979 Timer timer("test_timer"); variable
1043 Timer timer("test_timer", -1); variable
1067 Timer timer("test_timer"); variable
1086 void DoFunc(Timer &timer, int &count) in DoFunc()
1100 void DoFunc2(Timer &timer, int &count) in DoFunc2()
1117 Timer timer("test_timer"); variable
1139 Timer timer("test_timer"); variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimer.rs47 pub fn timer(period: Duration) -> Timer { in timer() function
115 let mut timer = timer(period); in periodic_schedule() localVariable
185 let mut timer = time::timer::timer(Duration::new(1, 0)); in ut_new_timer() localVariable
202 let mut timer = time::timer::timer_at( in ut_new_timer_base() localVariable
227 let mut timer = time::timer::timer_at( in ut_new_timer_timeout() localVariable
Dsleep.rs86 timer: Clock, field
104 let timer = Clock::new(); in new_timeout() localVariable
Dmod.rs20 mod timer; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtimer_test.rs116 let timer = ylong_runtime::block_on(handle).unwrap(); in sdv_sleep_drop_out_context() localVariable
/commonlibrary/utils_lite/kal/timer/src/
Dkal.c53 timer_t timer; in KalTimerCreate() local