summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread
Commit message (Expand)AuthorAgeFilesLines
* Add sched_yield() witch is the draft 10 equivalent of pthread_yield()jb1998-03-082-22/+22
* Fixes from Jeremy Allison and Terry Lambert for pthreads:julian1998-02-135-9/+96
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-10/+3
* Modify the return values to comply with POSIX. Previously thesealex1997-11-259-77/+38
* Added missing source file uthread_sigwait.c.alex1997-11-241-1/+2
* Correct the return value from pthread_cond_timedwait when a timeoutalex1997-11-231-1/+1
* Bring back nanosleep from the cold.jb1997-06-041-1/+1
* Fixed overallocation of _thread_fd_table.alex1997-05-131-1/+1
* Add const in the thread version of nanosleep()'s argspeter1997-05-121-1/+2
* remove prototype for nanosleep(), it's visible in unistd.h now.peter1997-05-121-1/+0
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-061-3/+1
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-031-0/+3
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventjb1997-04-111-24/+41
* Fix indentations. Sigh.jb1997-04-011-15/+17
* Add parentheses to make blocking mode work.jb1997-04-014-4/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Submitted by: John Birrelljulian1997-02-0539-162/+994
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added uthread_attr_destroy.c to SRCS.alex1996-12-291-1/+2
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().hsu1996-11-112-0/+122
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,hsu1996-11-111-1/+7
* Moved enum pthread_mutextype to pthread.h.hsu1996-11-111-6/+8
* Make pthread_getspecific() compliant with the final IEEE pthreadshsu1996-11-111-9/+9
* Remove now un-necessary FreeBSD specific code since our timespecnate1996-09-203-176/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-2025-464/+1531
* Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-172-1/+16
* Reviewed by: julianjulian1996-01-2236-0/+6025
OpenPOWER on IntegriCloud