about summary refs log tree commit diff
path: root/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* fix misspelled PTHREAD_CANCELED constantRich Felker2011-04-011-1/+1
* match glibc/lsb cancellation abi on i386Rich Felker2011-03-251-0/+2
* implement robust mutexesRich Felker2011-03-171-0/+1
* pthread.h needs clockid_tRich Felker2011-03-121-0/+1
* missing const in some pthread_attr_* prototypesRich Felker2011-03-111-8/+8
* add prototypes for pthread_condattr_* and pthread_rwlockattr_*Rich Felker2011-03-071-0/+12
* add pthread_atfork interfaceRich Felker2011-02-181-0/+2
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-45/+12
* add to pthread.h: pthread_mutex_timedlock and sched.h, time.hRich Felker2011-02-161-1/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+216