Searched refs:e (Results 1 – 9 of 9) sorted by relevance
/rt/ |
A D | tst-cpuclock2.c | 71 if (e == EINVAL || e == ENOTSUP || e == ENOSYS) in test_nanosleep() 74 which, strerror (e)); in test_nanosleep() 77 if (e != 0) in test_nanosleep() 102 if (e != 0) in test_nanosleep() 129 int e; in do_test() local 133 if (e != 0) in do_test() 140 if (e != 0) in do_test() 166 if (e != 0) in do_test() 173 if (e == ENOENT || e == ENOSYS || e == ENOTSUP) in do_test() 263 if (e != EINVAL) in do_test() [all …]
|
A D | tst-cputimer2.c | 49 int e = pthread_create (&th, NULL, chew_cpu, NULL); in setup_test() local 50 if (e != 0) in setup_test() 52 printf ("pthread_create: %s\n", strerror (e)); in setup_test() 56 e = pthread_getcpuclockid (th, &worker_thread_clock); in setup_test() 57 if (e == EPERM || e == ENOENT || e == ENOTSUP) in setup_test() 62 if (e != 0) in setup_test() 64 printf ("pthread_getcpuclockid: %s\n", strerror (e)); in setup_test()
|
A D | tst-aio10.c | 17 int e = pthread_barrier_wait (&b); in tf() local 18 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf() 92 int e = pthread_barrier_wait (&b); in do_test() local 93 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test() 102 e = lio_listio (LIO_WAIT, list, 1, NULL); in do_test() 103 if (e != -1) in do_test() 110 printf ("lio_listio did not return EINTR: %d (%d = %m)\n", e, errno); in do_test()
|
A D | tst-aio9.c | 17 int e = pthread_barrier_wait (&b); in tf() local 18 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in tf() 97 int e = pthread_barrier_wait (&b); in do_test() local 98 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test() 107 e = aio_suspend (list, 1, NULL); in do_test() 108 if (e != -1) in do_test()
|
A D | tst-aio2.c | 34 int e = pthread_barrier_wait (&b); in thrfct() local 35 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in thrfct() 93 int e = pthread_barrier_wait (&b); in do_test() local 94 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test()
|
A D | tst-aio3.c | 33 int e = pthread_barrier_wait (&b); in thrfct() local 34 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in thrfct() 96 int e = pthread_barrier_wait (&b); in do_test() local 97 if (e != 0 && e != PTHREAD_BARRIER_SERIAL_THREAD) in do_test()
|
A D | tst-aio8.c | 31 int e = errno; in do_test() local 33 printf ("r = %d, e = %d (%s)\n", r, e, strerror (e)); in do_test() 35 return r != -1 || e != EIO; in do_test()
|
A D | tst-cputimer1.c | 54 int e = pthread_create (&th, NULL, chew_cpu, NULL); in setup_test() local 55 if (e != 0) in setup_test() 57 printf ("pthread_create: %s\n", strerror (e)); in setup_test()
|
A D | tst-cputimer3.c | 95 int e = clock_getcpuclockid (child, &child_clock); in setup_test() local 96 if (e == EPERM) in setup_test() 101 if (e != 0) in setup_test() 103 printf ("clock_getcpuclockid: %s\n", strerror (e)); in setup_test()
|
Completed in 19 milliseconds