/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
1-1.c | 8 * Test that timer_create() creates a timer. 14 * 3. Create timer using timer_create(). 73 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 74 perror("timer_create() did not return success\n");
|
10-1.c | 8 * Test that CLOCK_PROCESS_CPUTIME_ID is supported by timer_create(). 71 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, &ev, &tid) != 0) { 72 perror("timer_create did not return success");
|
11-1.c | 8 * Test that CLOCK_THREAD_CPUTIME_ID is supported by timer_create(). 71 if (timer_create(CLOCK_THREAD_CPUTIME_ID, &ev, &tid) != 0) { 72 perror("timer_create did not return success");
|
7-1.c | 10 * Test that CLOCK_MONOTONIC is supported by timer_create(). 68 if (timer_create(CLOCK_MONOTONIC, &ev, &tid) != 0) { 69 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
2-1.c | 8 * Test that timer_create() returns a unique timer ID for the current 56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 61 perror("timer_create() did not return success\n");
|
5-1.c | 21 * 2. Create timer using timer_create(). 77 if (timer_create(CLOCK_REALTIME, NULL, &tid) != 0) { 78 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
1-1.c | 67 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 68 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/ |
5-2.c | 62 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 63 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/ |
1-1.c | 70 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 71 perror("timer_create() did not return success\n");
|
2-1.c | 60 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 61 perror("timer_create() did not return success\n");
|
2-2.c | 64 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 65 perror("timer_create() did not return success\n");
|
2-3.c | 80 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 81 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/ |
1-1.c | 45 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 46 perror("timer_create() did not return success\n");
|
1-2.c | 47 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 48 perror("timer_create() did not return success\n");
|
1-3.c | 48 if (timer_create(CLOCK_REALTIME, &ev, &tid)) { 49 perror("timer_create()");
|
3-1.c | 43 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 44 perror("timer_create() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
1-1.c | 10 * Test is identical to timer_create() 1-1.c. 16 * 3. Create timer using timer_create(). 75 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 76 perror("timer_create() did not return success\n");
|
1-2.c | 76 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 77 perror("timer_create() did not return success\n");
|
13-1.c | 70 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 71 perror("timer_create() did not return success\n");
|
3-1.c | 14 * 3. Create timer using timer_create(). 74 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 75 perror("timer_create() did not return success\n");
|
3-2.c | 55 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 56 perror("timer_create() did not return success\n");
|
5-1.c | 63 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 64 perror("timer_create() did not return success\n");
|
5-2.c | 72 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 73 perror("timer_create() did not return success\n");
|
5-3.c | 69 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 70 perror("timer_create() did not return success\n");
|
8-2.c | 41 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { 42 perror("timer_create() did not return success\n");
|