17 Commits (695111036821f73870d8d7b4ba072368fc8f7941)

Author SHA1 Message Date
Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker d36751943a use c++-friendly initializers for pthread initializer definitions 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker 9205e48609 macro for pthread_equal 15 years ago
Rich Felker cbf35978a9 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined 15 years ago
Rich Felker ddd87b2f10 implement pthread_[sg]etconcurrency. 15 years ago
Rich Felker 3df3d4f512 fix misspelled PTHREAD_CANCELED constant 15 years ago
Rich Felker ea343364a7 match glibc/lsb cancellation abi on i386 15 years ago
Rich Felker 047e434ef5 implement robust mutexes 15 years ago
Rich Felker d8d19f4d46 pthread.h needs clockid_t 15 years ago
Rich Felker f1821fce81 missing const in some pthread_attr_* prototypes 15 years ago
Rich Felker 7d57e05fa8 add prototypes for pthread_condattr_* and pthread_rwlockattr_* 15 years ago
Rich Felker e9417fffb3 add pthread_atfork interface 15 years ago
Rich Felker e882756311 reorganize pthread data structures and move the definitions to alltypes.h 15 years ago
Rich Felker 56b784d603 add to pthread.h: pthread_mutex_timedlock and sched.h, time.h 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago