/external/strace/tests/ |
timer_xettime.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (timer_xettime -e trace=timer_create,timer_settime,timer_gettime); do not edit. 4 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/strace/tests-m32/ |
timer_xettime.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (timer_xettime -e trace=timer_create,timer_settime,timer_gettime); do not edit. 4 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/strace/tests-mx32/ |
timer_xettime.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (timer_xettime -e trace=timer_create,timer_settime,timer_gettime); do not edit. 4 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
29-1-buildonly.c | 10 int timer_create(clockid_t, struct sigevent *, timer_t *); 21 dummyvar = timer_create;
|
/external/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/ |
1-1.c | 31 if (timer_create(CLOCK_REALTIME, NULL, &tid) == -1) { 32 printf("[%d] timer_create() did not return success: "
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
16-1.c | 8 * Test that timer_create() sets errno to EINVAL if clock_id is not 28 if (timer_create(INVALIDCLOCKID, &ev, &tid) == -1) { 38 printf("timer_create returned success\n");
|
3-1.c | 49 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 50 perror("timer_create() did not return success\n");
|
9-1.c | 64 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 65 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/ |
6-3.c | 9 * timer ID created via timer_create(). [Try to set timerid to a timer ID 32 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 33 perror("timer_create() did not return success\n");
|
6-2.c | 35 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 36 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/ |
6-2.c | 9 * created via timer_create(). [Try to set timerid to a timer ID 31 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 32 perror("timer_create() did not return success\n");
|
6-3.c | 31 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 32 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
15-1.c | 8 * Test that timer_create() sets errno to EAGAIN if the system doesn't 40 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { 54 printf("timer_create() with > TIMER_MAX timers created\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/ |
2-1.c | 33 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 34 perror("timer_create() did not return success\n");
|
2-2.c | 40 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 41 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
1-2.c | 38 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 39 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
8-1.c | 39 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 40 perror("timer_create() did not return success\n");
|
8-3.c | 45 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 46 perror("timer_create() did not return success\n");
|
8-4.c | 42 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 43 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/ |
12-2.c | 9 * created via timer_create(). [Try to set timerid to a timer ID 40 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 41 perror("timer_create() did not return success\n");
|
12-3.c | 38 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 39 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
twoevtimers.c | 69 if ((timer_create(CLOCK_REALTIME, &ev1, &tid1) != 0) || 70 (timer_create(CLOCK_REALTIME, &ev2, &tid2) != 0)) { 71 perror("timer_create() did not return success\n");
|
twoptimers.c | 56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 57 perror("timer_create() did not return success\n"); 102 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 103 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
4-2.c | 81 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 82 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
18-1.c | 84 ret = timer_create(CLOCK_REALTIME, &se, &tmr);
|