Searched refs:processing_completion_ts (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
D | 1-1.c | 44 struct timespec processing_completion_ts = {0, 10000000}; in main() local 72 nanosleep(&processing_completion_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
D | 1-1.c | 42 struct timespec processing_completion_ts = {0, 10000000}; in main() local 77 nanosleep(&processing_completion_ts, NULL); in main()
|
D | 8-1.c | 47 struct timespec processing_completion_ts = {0, 10000000}; in main() local 75 nanosleep(&processing_completion_ts, NULL); in main()
|
D | 3-1.c | 72 struct timespec processing_completion_ts = {0, 10000000}; in main() local 150 nanosleep(&processing_completion_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 9-1.c | 51 struct timespec processing_completion_ts = {0, 10000000}; in do_test() local 165 nanosleep(&processing_completion_ts, NULL); in do_test() 183 nanosleep(&processing_completion_ts, NULL); in do_test()
|
D | 3-1.c | 48 struct timespec processing_completion_ts = {0, 10000000}; in main() local 92 nanosleep(&processing_completion_ts, NULL); in main()
|
D | 4-1.c | 72 struct timespec processing_completion_ts = {0, 50000000}; in main() local 189 nanosleep(&processing_completion_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/ |
D | 2-1.c | 33 struct timespec processing_completion_ts = {0, 10000000}; in main() local 69 nanosleep(&processing_completion_ts, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 2-6.c | 202 struct timespec processing_completion_ts = {0, 100000}; in main() local 385 nanosleep(&processing_completion_ts, NULL); in main()
|