Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dalarm.c21 #define SLEEP_TIME 6 macro
36 unsigned int result = alarm(SLEEP_TIME); in alarm_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_usleep_test.cpp10 constexpr int SLEEP_TIME = 1000000; variable
26 EXPECT_EQ(0, usleep(SLEEP_TIME)); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dwait3.c25 const int SLEEP_TIME = 2; variable
84 sleep(SLEEP_TIME); in main()
H A Dwait4.c25 const int SLEEP_TIME = 2; variable
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A D__recvmmsg_time64.c28 const int SLEEP_TIME = 2; variable
129 sleep(SLEEP_TIME); in main()
H A Drecvmmsg.c26 const int SLEEP_TIME = 2; variable
127 sleep(SLEEP_TIME); in main()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c149 #define SLEEP_TIME 10 /*Amount of time the children get to catch the signal */ macro
361 (void)sleep(SLEEP_TIME); in parent_rout()

Completed in 3 milliseconds