Searched refs:EINVAL (Results 1 - 25 of 229) sorted by relevance

12345678910

/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_mutex_getprioceiling.c5 return EINVAL;
H A Dpthread_mutex_setprioceiling.c5 return EINVAL;
H A Dpthread_attr_setdetachstate.c5 if (state > 1U) return EINVAL;
H A Dpthread_attr_setinheritsched.c5 if (inherit > 1U) return EINVAL;
H A Dpthread_attr_setscope.c11 return EINVAL;
H A Dpthread_rwlockattr_setpshared.c5 if (pshared > 1U) return EINVAL;
H A Dpthread_setconcurrency.c6 if (val < 0) return EINVAL;
H A Dpthread_attr_setguardsize.c5 if (size > SIZE_MAX/8) return EINVAL;
H A Dpthread_attr_setstacksize.c5 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL;
H A Dpthread_condattr_setpshared.c5 if (pshared > 1U) return EINVAL;
H A Dpthread_mutexattr_setpshared.c5 if (pshared > 1U) return EINVAL;
H A Dpthread_mutexattr_setrobust.c5 if (robust > 1U) return EINVAL;
H A Dpthread_mutexattr_settype.c5 if ((unsigned)type > 2) return EINVAL;
H A Dpthread_attr_setstack.c5 if (size-PTHREAD_STACK_MIN > SIZE_MAX/4) return EINVAL;
H A Dpthread_barrier_init.c5 if (count-1 > INT_MAX-1) return EINVAL;
H A Dpthread_condattr_setclock.c5 if (clk < 0 || clk-2U < 2) return EINVAL;
H A Dpthread_mutex_consistent.c5 if (!(m->_m_type & 8)) return EINVAL;
H A Dpthread_setcancelstate.c5 if (new > 2U) return EINVAL;
H A Dpthread_setcanceltype.c6 if (new > 1U) return EINVAL;
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dkillpg.c7 errno = EINVAL;
/seL4-camkes-master/projects/seL4_libs/libsel4vspace/src/arch/riscv/
H A Dmapping.c17 return EINVAL;
22 return EINVAL;
/seL4-camkes-master/projects/seL4_libs/libsel4vspace/src/sel4_arch/aarch32/
H A Dmapping.c17 return EINVAL;
27 return EINVAL;
/seL4-camkes-master/projects/seL4_libs/libsel4vspace/src/sel4_arch/arm_hyp/
H A Dmapping.c17 return EINVAL;
27 return EINVAL;
/seL4-camkes-master/projects/seL4_libs/libsel4vspace/src/sel4_arch/ia32/
H A Dmapping.c17 return EINVAL;
27 return EINVAL;
/seL4-camkes-master/projects/musllibc/src/locale/
H A Dbind_textdomain_codeset.c9 errno = EINVAL;

Completed in 111 milliseconds

12345678910