Home
last modified time | relevance | path

Searched refs:SLEEPTIME (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D3-3.c23 #define SLEEPTIME 1 macro
79 sleep(SLEEPTIME); in main()
118 ts.tv_sec = SLEEPTIME; in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_detach.c21 const int SLEEPTIME = 3; variable
43 sleep(SLEEPTIME); in pthread_detach_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D3-1.c10 * Test by creating a timer, sleeping for SLEEPTIME, and ensuring
25 #define SLEEPTIME 3 macro
54 ts.tv_sec = SLEEPTIME; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H A D4-1.c14 * - sleep SLEEPTIME seconds (SLEEPTIME should be < TIMEROFFSET,
33 // SLEEPTIME < TIMEROFFSET
34 // SLEEPTIME > ACCEPTABLEDELTA
35 #define SLEEPTIME 3 macro
100 sleep(SLEEPTIME); in main()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp15 #define SLEEPTIME 100 macro
116 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ValUpdate()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c82 * SLEEPTIME seconds.
103 #define SLEEPTIME 1 /* # secs to sleep between writes */ macro
138 int sleeptime = SLEEPTIME;
/third_party/backends/backend/
H A Dst400.c275 #define SLEEPTIME 100000L /* 100ms */ in st400_wait_ready() macro
286 usleep(SLEEPTIME); /* retry after 100ms */ in st400_wait_ready()
287 max_sleep -= SLEEPTIME; in st400_wait_ready()

Completed in 6 milliseconds