summaryrefslogtreecommitdiff
path: root/include/pthread.h
AgeCommit message (Expand)AuthorLines
2012-02-29use c++-friendly initializers for pthread initializer definitionsRich Felker-3/+3
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker-16/+9
2011-08-14macro for pthread_equalRich Felker-0/+2
2011-06-06use __attribute__((const)) for errno and pthread_self if __GNUC__ is definedRich Felker-0/+3
2011-05-30implement pthread_[sg]etconcurrency.Rich Felker-0/+3
2011-04-01fix misspelled PTHREAD_CANCELED constantRich Felker-1/+1
2011-03-25match glibc/lsb cancellation abi on i386Rich Felker-0/+2
2011-03-17implement robust mutexesRich Felker-0/+1
2011-03-12pthread.h needs clockid_tRich Felker-0/+1
2011-03-11missing const in some pthread_attr_* prototypesRich Felker-8/+8
2011-03-07add prototypes for pthread_condattr_* and pthread_rwlockattr_*Rich Felker-0/+12
2011-02-18add pthread_atfork interfaceRich Felker-0/+2
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-45/+12
2011-02-16add to pthread.h: pthread_mutex_timedlock and sched.h, time.hRich Felker-1/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+216