about summary refs log tree commit diff
path: root/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-171-3/+0
* add new masked cancellation modeRich Felker2015-02-211-0/+1
* don't shadow functions with macros in C++Bobby Bingham2014-12-091-0/+2
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-0/+3
* provide prototype for pthread_getattr_npRich Felker2013-03-311-0/+4
* add stub versions of some missing optional pthread interfacesRich Felker2012-11-171-0/+5
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+4
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-12/+1
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-061-1/+8
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-27/+33
* use c++-friendly initializers for pthread initializer definitionsRich Felker2012-02-291-3/+3
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-16/+9
* macro for pthread_equalRich Felker2011-08-141-0/+2
* use __attribute__((const)) for errno and pthread_self if __GNUC__ is definedRich Felker2011-06-061-0/+3
* implement pthread_[sg]etconcurrency.Rich Felker2011-05-301-0/+3
* 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