summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.h
AgeCommit message (Expand)Author
2005-03-21Add restrict qualifiers to <pthread.h> function arguments.kleink
2004-12-29Implement pthread_attr_{set,get}schedpolicy() at the same level as the othernathanw
2004-12-15Fix typo in comment.wiz
2004-12-13Add #defines to make use of libc stubs for pthread_cond_wait() andnathanw
2004-12-10Use CPP macros to cause many libpthread functions used by applicationsnathanw
2003-12-07Add pthread_{g,s}etschedparam, that do nothing.christos
2003-11-09Add:christos
2003-07-18Add prototypes and necessary symbols for a bunch of pthread_attr_*() functions,nathanw
2003-07-18#include <pthread_types.h> instead of "pthread_types.h"lukem
2003-07-17Define PTHREAD_* structure initializers from _PTHREAD_* macros fromnathanw
2003-07-16pthread_kill() prototype moved to <signal.h>.nathanw
2003-06-02Add pthread_attr_getstack{,size,addr} needed by jdkchristos
2003-02-26Add support for naming a thread, using an API compatible with Tru64 Unix:thorpej
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-19Remove the dummy stack attr routines -- best to catch broken applicationsthorpej
2003-01-19Move _POSIX_THREADS to the right place and define a few other symbolicskrll
2003-01-19Remove another variable name.wiz
2003-01-19- constify the get functionschristos
2003-01-19'destructor' is a bit too generic; use 'destruct' instead forjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej