/sysdeps/pthread/ |
A D | tst-rwlock14.c | 65 TEST_COMPARE (pthread_rwlock_timedrdlock (&r, &ts), EINVAL); in do_test() 66 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_REALTIME, &ts), EINVAL); in do_test() 67 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_MONOTONIC, &ts), EINVAL); in do_test() 68 TEST_COMPARE (pthread_rwlock_timedwrlock (&r, &ts), EINVAL); in do_test() 69 TEST_COMPARE (pthread_rwlock_clockwrlock (&r, CLOCK_REALTIME, &ts), EINVAL); in do_test() 74 TEST_COMPARE (pthread_rwlock_timedrdlock (&r, &ts), EINVAL); in do_test() 75 TEST_COMPARE (pthread_rwlock_clockrdlock (&r, CLOCK_REALTIME, &ts), EINVAL); in do_test() 77 TEST_COMPARE (pthread_rwlock_timedwrlock (&r, &ts), EINVAL); in do_test() 78 TEST_COMPARE (pthread_rwlock_clockwrlock (&r, CLOCK_REALTIME, &ts), EINVAL); in do_test() 85 TEST_COMPARE (pthread_rwlock_timedrdlock (&r, &ts), EINVAL); in do_test() [all …]
|
A D | tst-attr1.c | 71 if (e != EINVAL) in do_test() 101 if (e != EINVAL) in do_test() 131 if (e != EINVAL) in do_test() 161 if (e != EINVAL) in do_test() 191 if (e != EINVAL) in do_test() 218 if (e != EINVAL) in do_test() 248 if (e != EINVAL) in do_test() 278 if (e != EINVAL) in do_test()
|
A D | tst-bad-schedattr.c | 84 if (err != EINVAL) in do_test() 87 err, strerror (err), EINVAL, strerror (EINVAL)); in do_test()
|
A D | tst-cond19.c | 49 else if (e != EINVAL) in do_test() 63 else if (e != EINVAL) in do_test()
|
A D | tst-join4.c | 101 if (err != EINVAL) in do_test() 113 if (err != EINVAL) in do_test()
|
A D | tst-mutex5.c | 91 TEST_COMPARE (pthread_mutex_timedlock (&m, &ts_timeout), EINVAL); in do_test_clock() 93 TEST_COMPARE (pthread_mutex_clocklock (&m, clockid, &ts_timeout), EINVAL); in do_test_clock() 126 support_mutex_pi_monotonic () ? ETIMEDOUT : EINVAL; in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | test-errno-linux.c | 156 fails |= test_wrp (EINVAL, epoll_create, -1); in do_test() 167 fails |= test_wrp (EINVAL, mincore, (void *) -1, 0, vec); in do_test() 174 fails |= test_wrp (EINVAL, nanosleep, &ts, &ts); in do_test() 184 fails |= test_wrp (EINVAL, poll, &pollfd, -1, 0); in do_test() 191 fails |= test_wrp2 (LIST (ENODEV, ENOSYS, EPERM, EINVAL), in do_test() 193 fails |= test_wrp (EINVAL, sched_getparam, -1, &sch_param); in do_test() 194 fails |= test_wrp (EINVAL, sched_getscheduler, -1); in do_test() 195 fails |= test_wrp (EINVAL, sched_get_priority_max, -1); in do_test() 196 fails |= test_wrp (EINVAL, sched_get_priority_min, -1); in do_test() 197 fails |= test_wrp (EINVAL, sched_rr_get_interval, -1, &ts); in do_test() [all …]
|
A D | tst-sync_file_range.c | 92 if (errno != EINVAL) in do_test() 100 if (errno != EINVAL) in do_test() 108 if (errno != EINVAL) in do_test() 116 if (errno != EINVAL) in do_test()
|
A D | tst-clone.c | 48 if (errno != EINVAL || result != -1) in do_test() 51 result, errno, EINVAL); in do_test()
|
A D | speed.c | 59 return INLINE_SYSCALL_ERROR_RETURN_VALUE (EINVAL); in cfsetospeed() 81 return INLINE_SYSCALL_ERROR_RETURN_VALUE (EINVAL); in libc_hidden_def()
|
A D | tcsendbrk.c | 42 return INLINE_SYSCALL_ERROR_RETURN_VALUE (EINVAL); in tcsendbreak()
|
/sysdeps/mach/hurd/ |
A D | sched_sets.c | 32 return __hurd_fail (EINVAL); in __sched_setscheduler() 40 return EINVAL; in __sched_setscheduler()
|
A D | f_setlk.c | 42 errno = EINVAL; in __f_setlk() 77 errno = EINVAL; in __f_setlk()
|
A D | close_range.c | 32 return __hurd_fail (EINVAL); in __close_range() 34 return __hurd_fail (EINVAL); in __close_range()
|
A D | getgroups.c | 32 return __hurd_fail (EINVAL); in __getgroups() 61 return __hurd_fail (EINVAL); in __getgroups()
|
/sysdeps/nptl/ |
A D | futex-internal.h | 109 return EINVAL; in futex_supports_pshared() 156 case -EINVAL: /* Either due to wrong alignment or due to the timeout not in futex_wait() 216 case -EINVAL: /* Could be either due to incorrect alignment (a bug in in futex_wake() 280 case -EINVAL: /* Either due to wrong alignment or due to the timeout not in futex_unlock_pi() 327 if (err == EINVAL || err == ETIMEDOUT || err == EOVERFLOW) in __futex_clocklock64()
|
/sysdeps/htl/ |
A D | pt-condattr-setclock.c | 43 return EINVAL; in pthread_condattr_setclock() 46 return EINVAL; in pthread_condattr_setclock()
|
A D | pt-setconcurrency.c | 28 return EINVAL; in pthread_setconcurrency()
|
A D | futex-internal.h | 36 return EINVAL; in futex_supports_pshared()
|
/sysdeps/mach/ |
A D | xpg-strerror.c | 54 return EINVAL; in __xpg_strerror_r() 61 return EINVAL; in __xpg_strerror_r()
|
/sysdeps/posix/ |
A D | killpg.c | 30 __set_errno (EINVAL); in killpg()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | pkey_get.c | 27 __set_errno (EINVAL); in pkey_get()
|
/sysdeps/unix/sysv/linux/generic/ |
A D | epoll_create.c | 28 __set_errno (EINVAL); in libc_hidden_proto()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-mutexattr-setpshared.c | 30 return EINVAL; in pthread_mutexattr_setpshared()
|
A D | pt-mutexattr-setprotocol.c | 33 && proto != PTHREAD_PRIO_PROTECT) ? EINVAL : ENOTSUP); in pthread_mutexattr_setprotocol()
|