/external/strace/tests/ |
timer_xettime.test | 3 # Check timer_create, timer_settime, and timer_gettime syscalls decoding. 6 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/strace/tests-m32/ |
timer_xettime.test | 3 # Check timer_create, timer_settime, and timer_gettime syscalls decoding. 6 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/strace/tests-mx32/ |
timer_xettime.test | 3 # Check timer_create, timer_settime, and timer_gettime syscalls decoding. 6 run_strace_match_diff -e trace=timer_create,timer_settime,timer_gettime
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
33-1-buildonly.c | 10 int timer_settime(timer_t, int, const struct itimerspec *, 23 dummyvar = timer_settime;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
8-3.c | 8 * Test that timer_settime() will return ovalue.it_value = the previous 50 if (timer_settime(tid, 0, &its, &oits) != 0) { 51 perror("timer_settime() did not return success\n"); 57 if (timer_settime(tid, 0, &its, &oits) != 0) { 58 perror("timer_settime() did not return success\n");
|
8-4.c | 8 * Test that timer_settime() will return ovalue.it_interval = the previous 47 if (timer_settime(tid, 0, &its, &oits) != 0) { 48 perror("timer_settime() did not return success\n"); 53 * second call to timer_settime() 55 if (timer_settime(tid, 0, &its, &oits) != 0) { 56 perror("timer_settime() did not return success\n");
|
3-2.c | 68 if (timer_settime(tid, 0, &its, NULL) != 0) { 69 perror("timer_settime() did not return success\n"); 79 if (timer_settime(tid, 0, &its, NULL) != 0) { 80 perror("timer_settime() did not return success\n");
|
8-2.c | 8 * Test that timer_settime() will return ovalue.it_value = 0 49 if (timer_settime(tid, 0, &its, &oits) != 0) { 50 perror("timer_settime() did not return success\n"); 67 if (timer_settime(tid, 0, &its, &oits) != 0) { 68 perror("timer_settime() did not return success\n");
|
8-1.c | 8 * Test that timer_settime() will return ovalue.it_value = 0 44 if (timer_settime(tid, 0, &its, &oits) != 0) { 45 perror("timer_settime() did not return success\n");
|
3-3.c | 73 if (timer_settime(tid, 0, &its, NULL) != 0) { 74 perror("timer_settime() did not return success\n"); 104 if (timer_settime(tid, 0, &its, NULL) != 0) { 105 perror("timer_settime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/ |
12-1.c | 8 * Test to see if timer_settime() sets errno = EINVAL if no timers have been 30 if (timer_settime(tid, 0, &its, NULL) == -1) {
|
12-2.c | 8 * Test to see if timer_settime() sets errno = EINVAL timerid != a timer ID 45 if (timer_settime(tid + 1, 0, &its, NULL) == -1) {
|
12-3.c | 8 * Test to see if timer_settime() sets errno = EINVAL when timerid = 47 if (timer_settime(tid, 0, &its, NULL) == -1) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
9-1.c | 69 if (timer_settime(tid, 0, &its, NULL) != 0) { 70 perror("timer_settime() did not return success\n");
|
1-1.c | 15 * 4. Activate timer using timer_settime() and then sleep. 78 if (timer_settime(tid, 0, &its, NULL) != 0) { 79 perror("timer_settime() did not return success\n");
|
10-1.c | 81 if (timer_settime(tid, 0, &its, NULL) != 0) { 82 perror("timer_settime did not return success");
|
11-1.c | 81 if (timer_settime(tid, 0, &its, NULL) != 0) { 82 perror("timer_settime did not return success");
|
7-1.c | 73 if (timer_settime(tid, 0, &its, NULL) != 0) { 74 perror("timer_settime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
1-2.c | 9 * cannot be armed by calling timer_settime(). 13 * - Try to call timer_settime() on that timer and ensure it fails 53 if (timer_settime(tid, 0, &its, NULL) == -1) { 63 printf("timer_settime() did not fail after timer_delete()\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/ |
2-2.c | 48 if (timer_settime(tid, 0, &itsset, NULL) != 0) { 49 perror("timer_settime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
twoevtimers.c | 86 if (timer_settime(tid1, flags, &its, NULL) != 0) { 87 perror("timer_settime() did not return success\n"); 91 if (timer_settime(tid2, flags, &its, NULL) != 0) { 92 perror("timer_settime() did not return success\n");
|
twoptimers.c | 67 if (timer_settime(tid, flags, &its, NULL) != 0) { 68 perror("timer_settime() did not return success\n"); 113 if (timer_settime(tid, flags, &its, NULL) != 0) { 114 perror("timer_settime() did not return success\n");
|
/bionic/libc/include/ |
time.h | 102 int timer_settime(timer_t, int, const struct itimerspec*, struct itimerspec*);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
4-2.c | 91 if (timer_settime(tid, flags, &its, NULL) != 0) { 92 perror("timer_settime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
18-1.c | 101 ret = timer_settime(tmr, 0, &it, NULL);
|