summaryrefslogtreecommitdiff
path: root/include/pthread.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-20add pthread_getname_np functionÉrico Rolim1-0/+1
2020-02-26add PTHREAD_NULLRich Felker1-0/+3
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker1-0/+10
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker1-0/+3
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker1-0/+2
2016-10-20add pthread_setname_npFelix Janda1-0/+1
2016-06-30pthread: implement try/timed join variantsBobby Bingham1-0/+2
2015-09-17remove attribute((const)) from pthread_self and errno location declsRich Felker1-3/+0
2015-02-21add new masked cancellation modeRich Felker1-0/+1
2014-12-09don't shadow functions with macros in C++Bobby Bingham1-0/+2
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker1-0/+3
2013-03-31provide prototype for pthread_getattr_npRich Felker1-0/+4
2012-11-17add stub versions of some missing optional pthread interfacesRich Felker1-0/+5
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker1-0/+4
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker1-12/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker1-1/+8
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-27/+33
2012-02-29use c++-friendly initializers for pthread initializer definitionsRich Felker1-3/+3
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker1-16/+9
2011-08-14macro for pthread_equalRich Felker1-0/+2
2011-06-06use __attribute__((const)) for errno and pthread_self if __GNUC__ is definedRich Felker1-0/+3
2011-05-30implement pthread_[sg]etconcurrency.Rich Felker1-0/+3
2011-04-01fix misspelled PTHREAD_CANCELED constantRich Felker1-1/+1
2011-03-25match glibc/lsb cancellation abi on i386Rich Felker1-0/+2
2011-03-17implement robust mutexesRich Felker1-0/+1
2011-03-12pthread.h needs clockid_tRich Felker1-0/+1
2011-03-11missing const in some pthread_attr_* prototypesRich Felker1-8/+8
2011-03-07add prototypes for pthread_condattr_* and pthread_rwlockattr_*Rich Felker1-0/+12
2011-02-18add pthread_atfork interfaceRich Felker1-0/+2
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-45/+12
2011-02-16add to pthread.h: pthread_mutex_timedlock and sched.h, time.hRich Felker1-1/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+216