/external/strace/tests/ |
D | nanosleep.c | 61 if (nanosleep(&req.ts, NULL)) in main() 67 assert(nanosleep(NULL, &rem.ts) == -1); in main() 70 if (nanosleep(&req.ts, &rem.ts)) in main() 77 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 84 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 91 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 98 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 111 assert(nanosleep(&req.ts, &rem.ts) == -1); in main()
|
D | strace-C.expected | 1 nanosleep\(\{tv_sec=1, tv_nsec=0\}, NULL\) = 0 3 [ ]*[0-9][0-9]*[.][0-9][0-9]* *0[.]0[0-9]* *[0-9][0-9]* *1 *nanosleep
|
D | umoven-illptr.gen.test | 4 run_strace_match_diff -a36 -e trace=nanosleep
|
/external/strace/tests-mx32/ |
D | nanosleep.c | 61 if (nanosleep(&req.ts, NULL)) in main() 67 assert(nanosleep(NULL, &rem.ts) == -1); in main() 70 if (nanosleep(&req.ts, &rem.ts)) in main() 77 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 84 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 91 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 98 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 111 assert(nanosleep(&req.ts, &rem.ts) == -1); in main()
|
D | strace-C.expected | 1 nanosleep\(\{tv_sec=1, tv_nsec=0\}, NULL\) = 0 3 [ ]*[0-9][0-9]*[.][0-9][0-9]* *0[.]0[0-9]* *[0-9][0-9]* *1 *nanosleep
|
D | umoven-illptr.gen.test | 4 run_strace_match_diff -a36 -e trace=nanosleep
|
/external/strace/tests-m32/ |
D | nanosleep.c | 61 if (nanosleep(&req.ts, NULL)) in main() 67 assert(nanosleep(NULL, &rem.ts) == -1); in main() 70 if (nanosleep(&req.ts, &rem.ts)) in main() 77 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 84 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 91 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 98 assert(nanosleep(&req.ts, &rem.ts) == -1); in main() 111 assert(nanosleep(&req.ts, &rem.ts) == -1); in main()
|
D | strace-C.expected | 1 nanosleep\(\{tv_sec=1, tv_nsec=0\}, NULL\) = 0 3 [ ]*[0-9][0-9]*[.][0-9][0-9]* *0[.]0[0-9]* *[0-9][0-9]* *1 *nanosleep
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
D | 8-1.c | 109 if (nanosleep(&ts, &tsleft) == -1) { in main() 126 if (nanosleep(&tsp, &rem) == -1) { in main() 128 if (nanosleep(&tsp, &rem) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | 16-1.c | 126 nanosleep(&ts, NULL); in main() 133 if (nanosleep(&ts, NULL) in main() 154 if (nanosleep(&ts, NULL) == 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/include/ |
D | proc.h | 55 nanosleep(&wait_step_ts, NULL); in tst_process_state_wait3() 69 nanosleep(&maxwait_ts, NULL); in tst_process_state_wait3()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 3-1.c | 33 nanosleep(&cleanup_ts, NULL); in cleanup_func() 48 nanosleep(&cancel_wait_ts, NULL); in thread_func()
|
/external/wayland/tests/ |
D | test-helpers.c | 101 assert(nanosleep(&ts, NULL) == 0); in test_usleep() 115 assert(nanosleep(&ts, NULL) == 0); in test_sleep()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/ |
D | 8-4.c | 60 nanosleep(&aio_wait_ts, NULL); in main() 79 nanosleep(&aio_wait_ts, NULL); in main()
|
D | 8-1.c | 60 nanosleep(&aio_wait_ts, NULL); in main() 79 nanosleep(&aio_wait_ts, NULL); in main()
|
D | 8-2.c | 60 nanosleep(&aio_wait_ts, NULL); in main() 79 nanosleep(&aio_wait_ts, NULL); in main()
|
D | 8-3.c | 60 nanosleep(&aio_wait_ts, NULL); in main() 79 nanosleep(&aio_wait_ts, NULL); in main()
|
D | 9-1.c | 60 nanosleep(&aio_wait_ts, NULL); in main() 78 nanosleep(&aio_wait_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
D | 10000-1.c | 64 if (nanosleep(&tssleepfor, &tsstorage) == 0) { in main() 100 if (nanosleep(&tssleepfor, &tsstorage) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/ |
D | 3-1.c | 79 nanosleep(&completion_wait_ts, NULL); in main() 105 nanosleep(&completion_wait_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 4-1.c | 98 nanosleep(&completion_wait_ts, NULL); in main() 118 nanosleep(&completion_wait_ts, NULL); in main()
|
D | 2-1.c | 129 nanosleep(&completion_wait_ts, NULL); in main() 147 nanosleep(&completion_wait_ts, NULL); in main()
|
D | 1-1.c | 102 nanosleep(&completion_wait_ts, NULL); in main() 151 nanosleep(&completion_wait_ts, NULL); in main()
|
/external/bcc/tools/ |
D | syscount_example.txt | 15 nanosleep 1457 26 immediately by wait4, nanosleep, and so on. By default, syscount counts across 45 nanosleep 291 12038.707 56 The select and nanosleep calls are responsible for a lot of time, but remember
|
/external/grpc-grpc/test/cpp/end2end/ |
D | streaming_throughput_test.cc | 99 while (nanosleep(&tv, &rem) != 0) { in BidiStream_Sender() 122 while (nanosleep(&tv, &rem) != 0) { in BidiStream()
|