summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/_pthread_stubs.c
Commit message (Expand)AuthorAgeFilesLines
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+4
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-0/+4
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-201-1/+1
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-201-1/+1
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Add some more pthread stubs so that librt can use them.deischen2006-03-051-28/+105
* Fix a stub function so that is has the correct number ofdeischen2005-11-121-3/+3
* Use newly added __used attribute to keep static function symbols from beingkan2004-07-291-8/+8
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-131-1/+1
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-131-387/+160
* * Add stubs for pthread_cond_broadcast.dfr2002-11-011-28/+243
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Fix SCM ID's.obrien2002-02-011-2/+3
* Make the non-threaded stub for pthread_sigmask() a no-op insteadiedowse2001-06-111-6/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-27/+26
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+93
* libc MT-safety, part 2.deischen2001-02-111-0/+12
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+131
OpenPOWER on IntegriCloud