make pthread_create return EAGAIN on resource failure, as required by POSIX
[musl] / src / thread /
drwxr-xr-x   ..
-rw-r--r-- 166 __futex.c
-rw-r--r-- 337 __lock.c
-rw-r--r-- 210 __set_thread_area.c
-rw-r--r-- 584 __timedwait.c
-rw-r--r-- 0 __unmapself.c
-rw-r--r-- 389 __wait.c
-rw-r--r-- 228 __wake.c
-rw-r--r-- 318 cancellation.c
-rw-r--r-- 597 clone.c
drwxr-xr-x - i386
-rw-r--r-- 86 pthread_attr_destroy.c
-rw-r--r-- 128 pthread_attr_getdetachstate.c
-rw-r--r-- 151 pthread_attr_getguardsize.c
-rw-r--r-- 99 pthread_attr_getscope.c
-rw-r--r-- 151 pthread_attr_getstacksize.c
-rw-r--r-- 109 pthread_attr_init.c
-rw-r--r-- 126 pthread_attr_setdetachstate.c
-rw-r--r-- 188 pthread_attr_setguardsize.c
-rw-r--r-- 98 pthread_attr_setscope.c
-rw-r--r-- 198 pthread_attr_setstacksize.c
-rw-r--r-- 92 pthread_barrier_destroy.c
-rw-r--r-- 214 pthread_barrier_init.c
-rw-r--r-- 830 pthread_barrier_wait.c
-rw-r--r-- 150 pthread_cancel.c
-rw-r--r-- 134 pthread_cond_broadcast.c
-rw-r--r-- 86 pthread_cond_destroy.c
-rw-r--r-- 138 pthread_cond_init.c
-rw-r--r-- 130 pthread_cond_signal.c
-rw-r--r-- 484 pthread_cond_timedwait.c
-rw-r--r-- 133 pthread_cond_wait.c
-rw-r--r-- 5862 pthread_create.c
-rw-r--r-- 222 pthread_detach.c
-rw-r--r-- 84 pthread_equal.c
-rw-r--r-- 163 pthread_getspecific.c
-rw-r--r-- 253 pthread_join.c
-rw-r--r-- 582 pthread_key_create.c
-rw-r--r-- 124 pthread_key_delete.c
-rw-r--r-- 151 pthread_kill.c
-rw-r--r-- 87 pthread_mutex_destroy.c
-rw-r--r-- 154 pthread_mutex_init.c
-rw-r--r-- 183 pthread_mutex_lock.c
-rw-r--r-- 378 pthread_mutex_timedlock.c
-rw-r--r-- 688 pthread_mutex_trylock.c
-rw-r--r-- 405 pthread_mutex_unlock.c
-rw-r--r-- 96 pthread_mutexattr_destroy.c
-rw-r--r-- 130 pthread_mutexattr_gettype.c
-rw-r--r-- 119 pthread_mutexattr_init.c
-rw-r--r-- 170 pthread_mutexattr_settype.c
-rw-r--r-- 788 pthread_once.c
-rw-r--r-- 91 pthread_rwlock_destroy.c
-rw-r--r-- 160 pthread_rwlock_init.c
-rw-r--r-- 175 pthread_rwlock_rdlock.c
-rw-r--r-- 375 pthread_rwlock_timedrdlock.c
-rw-r--r-- 458 pthread_rwlock_timedwrlock.c
-rw-r--r-- 255 pthread_rwlock_tryrdlock.c
-rw-r--r-- 248 pthread_rwlock_trywrlock.c
-rw-r--r-- 374 pthread_rwlock_unlock.c
-rw-r--r-- 281 pthread_rwlock_wrlock.c
-rw-r--r-- 850 pthread_self.c
-rw-r--r-- 233 pthread_setcancelstate.c
-rw-r--r-- 228 pthread_setcanceltype.c
-rw-r--r-- 411 pthread_setspecific.c
-rw-r--r-- 90 pthread_spin_destroy.c
-rw-r--r-- 104 pthread_spin_init.c
-rw-r--r-- 110 pthread_spin_lock.c
-rw-r--r-- 110 pthread_spin_trylock.c
-rw-r--r-- 94 pthread_spin_unlock.c
-rw-r--r-- 89 pthread_testcancel.c