Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/bionic/
Dsleep.cpp33 unsigned sleep(unsigned s) { in sleep() function
36 if (s > INT_MAX) return s - INT_MAX + sleep(INT_MAX); in sleep()
/bionic/tests/
Dmalloc_stress_test.cpp60 sleep(1); in TEST()
Dmalloc_iterate_test.cpp255 sleep(2); in TEST()
Dtime_test.cpp500 sleep(1); in TEST()
568 sleep(1); in TEST()
757 sleep(1); in TEST()
Dunistd_test.cpp1602 TEST(UNISTD_TEST, sleep) { in TEST() argument
1604 ASSERT_EQ(0U, sleep(1)); in TEST()
Dpthread_test.cpp294 sleep(1); // (Give t2 a chance to call pthread_join.) in TEST()
692 sleep(1); // (Give t2 a chance to call pthread_join.) in TEST()
1817 sleep(1); in getstack_signal_handler()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1374 sleep(1); in BacktraceDumpOnSignal()
1643 sleep(1); in TEST_F()
1668 sleep(1); in TEST_F()
2193 sleep(1); in VerifyRecordAllocs()
2249 sleep(1); in TEST_F()
2287 sleep(1); in TEST_F()
2326 sleep(1); in TEST_F()
2342 sleep(1); in TEST_F()
/bionic/libc/include/
Dunistd.h270 unsigned int sleep(unsigned int __seconds);
/bionic/tests/headers/posix/
Dunistd_h.c362 FUNCTION(sleep, unsigned (*f)(unsigned)); in unistd_h()
/bionic/libc/tools/
Dposix-2013.txt970 sleep
/bionic/tools/versioner/platforms/
Dlibc.map.txt976 sleep;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_067.S1231 CALL(sleep)
Dliblinker_reloc_bench_102.S908 CALL(sleep)
Dliblinker_reloc_bench_025.S670 CALL(sleep)
Dliblinker_reloc_bench_113.S2127 CALL(sleep)
Dliblinker_reloc_bench_028.S7062 CALL(sleep)
Dliblinker_reloc_bench_005.S8161 CALL(sleep)
Dliblinker_reloc_bench_030.S18128 CALL(sleep)
/bionic/libc/
Dlibc.map.txt976 sleep;
DAndroid.bp1120 "bionic/sleep.cpp",