Rich Felker c322fe4e1a optimize spinlock spin hace 14 años
..
i386 19eb13b9a4 race condition fix: block all signals before decrementing thread count hace 14 años
x86_64 19eb13b9a4 race condition fix: block all signals before decrementing thread count hace 14 años
__futex.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
__lock.c 685e40bb09 syscall overhaul part two - unify public and internal syscall interface hace 14 años
__set_thread_area.c 7b2dd2235d finish unifying thread register handling in preparation for porting hace 14 años
__timedwait.c be82e122bf if returning errno value directly from a syscall, we need to negate it. hace 14 años
__unmapself.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
__wait.c 685e40bb09 syscall overhaul part two - unify public and internal syscall interface hace 14 años
__wake.c 685e40bb09 syscall overhaul part two - unify public and internal syscall interface hace 14 años
cancellation.c 1a9a2ff7b0 reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) hace 14 años
clone.c 7b2dd2235d finish unifying thread register handling in preparation for porting hace 14 años
pthread_atfork.c e9417fffb3 add pthread_atfork interface hace 14 años
pthread_attr_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_attr_getdetachstate.c 1659aa0e62 fix pthread_attr_* implementations to match corrected prototypes hace 14 años
pthread_attr_getguardsize.c 1659aa0e62 fix pthread_attr_* implementations to match corrected prototypes hace 14 años
pthread_attr_getschedparam.c 243b542382 implement dummy pthread_attr_[gs]etschedparam functions hace 14 años
pthread_attr_getscope.c 1659aa0e62 fix pthread_attr_* implementations to match corrected prototypes hace 14 años
pthread_attr_getstacksize.c 1659aa0e62 fix pthread_attr_* implementations to match corrected prototypes hace 14 años
pthread_attr_init.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_attr_setdetachstate.c 63b06c0e90 reject invalid attribute settings hace 14 años
pthread_attr_setguardsize.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_attr_setschedparam.c 243b542382 implement dummy pthread_attr_[gs]etschedparam functions hace 14 años
pthread_attr_setscope.c 63b06c0e90 reject invalid attribute settings hace 14 años
pthread_attr_setstacksize.c 8c967b9386 enforce stack size min in pthread_attr_setstacksize hace 14 años
pthread_barrier_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_barrier_init.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_barrier_wait.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_barrierattr_destroy.c 951e764091 implement barrier attribute functions (essentially no-ops) hace 14 años
pthread_barrierattr_getpshared.c 951e764091 implement barrier attribute functions (essentially no-ops) hace 14 años
pthread_barrierattr_init.c 951e764091 implement barrier attribute functions (essentially no-ops) hace 14 años
pthread_barrierattr_setpshared.c 951e764091 implement barrier attribute functions (essentially no-ops) hace 14 años
pthread_cancel.c 685e40bb09 syscall overhaul part two - unify public and internal syscall interface hace 14 años
pthread_cond_broadcast.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_cond_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_cond_init.c 5fd4a98165 use the selected clock from the condattr for pthread_cond_timedwait hace 14 años
pthread_cond_signal.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_cond_timedwait.c b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals hace 14 años
pthread_cond_wait.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_condattr_destroy.c b4d40e44e3 implement pthread_condattr_* interfaces hace 14 años
pthread_condattr_getclock.c b4d40e44e3 implement pthread_condattr_* interfaces hace 14 años
pthread_condattr_getpshared.c b4d40e44e3 implement pthread_condattr_* interfaces hace 14 años
pthread_condattr_init.c b4d40e44e3 implement pthread_condattr_* interfaces hace 14 años
pthread_condattr_setclock.c 9d5251f72b disallow cpu time clocks as condattr clock values hace 14 años
pthread_condattr_setpshared.c b4d40e44e3 implement pthread_condattr_* interfaces hace 14 años
pthread_create.c b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals hace 14 años
pthread_detach.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_equal.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_getspecific.c b480808a6a optimize POSIX TSD for fast pthread_getspecific hace 14 años
pthread_join.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_key_create.c b480808a6a optimize POSIX TSD for fast pthread_getspecific hace 14 años
pthread_key_delete.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_kill.c be82e122bf if returning errno value directly from a syscall, we need to negate it. hace 14 años
pthread_mutex_consistent.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutex_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_mutex_init.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutex_lock.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutex_timedlock.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutex_trylock.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
pthread_mutex_unlock.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutexattr_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_mutexattr_getpshared.c 1d6b1f1592 implement pthread_mutexattr_[gs]etpshared functions hace 14 años
pthread_mutexattr_getrobust.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutexattr_gettype.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_mutexattr_init.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_mutexattr_setpshared.c 1d6b1f1592 implement pthread_mutexattr_[gs]etpshared functions hace 14 años
pthread_mutexattr_setrobust.c 047e434ef5 implement robust mutexes hace 14 años
pthread_mutexattr_settype.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_once.c 7e6be42a77 fix major breakage in pthread_once (it was always deadlocking) hace 14 años
pthread_rwlock_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_rwlock_init.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_rwlock_rdlock.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_rwlock_timedrdlock.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_rwlock_timedwrlock.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_rwlock_tryrdlock.c e5dd18319b rwlock trylock functions were wrongly returning EAGAIN instead of EBUSY hace 14 años
pthread_rwlock_trywrlock.c e5dd18319b rwlock trylock functions were wrongly returning EAGAIN instead of EBUSY hace 14 años
pthread_rwlock_unlock.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_rwlock_wrlock.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h hace 14 años
pthread_rwlockattr_destroy.c cc2e0b45a6 implement pthread_rwlockattr_* (essentially no-ops) hace 14 años
pthread_rwlockattr_getpshared.c cc2e0b45a6 implement pthread_rwlockattr_* (essentially no-ops) hace 14 años
pthread_rwlockattr_init.c cc2e0b45a6 implement pthread_rwlockattr_* (essentially no-ops) hace 14 años
pthread_rwlockattr_setpshared.c cc2e0b45a6 implement pthread_rwlockattr_* (essentially no-ops) hace 14 años
pthread_self.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
pthread_setcancelstate.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_setcanceltype.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_setspecific.c b480808a6a optimize POSIX TSD for fast pthread_getspecific hace 14 años
pthread_sigmask.c 500c969f05 fix error handling for pthread_sigmask hace 14 años
pthread_spin_destroy.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_spin_init.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_spin_lock.c c322fe4e1a optimize spinlock spin hace 14 años
pthread_spin_trylock.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_spin_unlock.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
pthread_testcancel.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sem_destroy.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años
sem_getvalue.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años
sem_init.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años
sem_open.c 682a0f271f fix failure behavior of sem_open when sem does not exist hace 14 años
sem_post.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años
sem_timedwait.c b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals hace 14 años
sem_trywait.c cfe581b6bc fix some semaphore wait semantics (race condition deadlock and error checking) hace 14 años
sem_unlink.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años
sem_wait.c 6fc5fdbdc7 implement POSIX semaphores hace 14 años