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

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_getschedpolicy.c46 return EINVAL;
55 return EINVAL;
H A Dpthread_setconcurrency.c46 return EINVAL;
H A Dpthread_attr_setdetachstate.c73 * EINVAL 'attr' or 'detachstate' is invalid
80 return EINVAL;
86 return EINVAL;
H A Dpthread_attr_setinheritsched.c46 return EINVAL;
52 return EINVAL;
H A Dpthread_attr_setstacksize.c76 * EINVAL 'attr' is invalid or stacksize too
90 return EINVAL;
97 return EINVAL;
H A Dpthread_attr_setschedpolicy.c46 return EINVAL;
H A Dpthread_attr_destroy.c61 * EINVAL 'attr' is invalid.
68 return EINVAL;
H A Dpthread_attr_getdetachstate.c74 * EINVAL 'attr' is invalid
81 return EINVAL;
H A Dpthread_attr_getinheritsched.c46 return EINVAL;
H A Dpthread_attr_setstackaddr.c76 * EINVAL 'attr' is invalid
86 return EINVAL;
H A Dsem_post.c69 * EINVAL 'sem' is not a valid semaphore,
81 result = EINVAL;
90 result = EINVAL;
101 result = EINVAL;
108 result = EINVAL;
H A Dpthread_attr_setschedparam.c49 return EINVAL;
58 return EINVAL;
H A Dpthread_mutexattr_settype.c116 * EINVAL 'attr' or 'type' is invalid,
133 result = EINVAL;
139 result = EINVAL;
H A Dpthread_spin_unlock.c48 return (EINVAL);
70 return EINVAL;
H A Dpthread_attr_getschedparam.c47 return EINVAL;
H A Dpthread_attr_getstackaddr.c76 * EINVAL 'attr' is invalid
86 return EINVAL;
H A Dpthread_attr_getstacksize.c77 * EINVAL 'attr' is invalid
87 return EINVAL;
H A Dpthread_attr_setscope.c57 return EINVAL;
H A Dpthread_barrierattr_destroy.c63 * EINVAL 'attr' is invalid.
72 result = EINVAL;
H A Dpthread_barrierattr_getpshared.c77 * EINVAL 'attr' is invalid,
91 result = EINVAL;
H A Dpthread_condattr_destroy.c65 * EINVAL 'attr' is invalid.
74 result = EINVAL;
H A Dpthread_condattr_getpshared.c78 * EINVAL 'attr' or 'pshared' is invalid,
92 result = EINVAL;
/external/openssl/crypto/
H A DLPdir_nyi.c35 errno = EINVAL;
40 errno = EINVAL;
/external/fio/lib/
H A Dgetrusage.c9 if (errno != EINVAL)
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dmman.h4 (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)

Completed in 3822 milliseconds

1234567891011>>