summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-0/+1
* MFp4:davidxu2010-12-221-0/+1
* remove file thr_sem_new.c.davidxu2010-01-051-1/+0
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-0/+1
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-221-0/+1
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-031-0/+1
* WARNS level 4 cleanup.davidxu2006-04-041-1/+0
* Remove priority mutex code because it does not work correctly,davidxu2006-03-271-2/+0
* Compile thr_rtld.cdavidxu2006-03-251-0/+1
* Disable POSIX SIGEV_THREAD notification support, soon we will have a commondavidxu2006-02-221-1/+0
* Rescue pthread_set_name_np for compatible reason, remove unused code.davidxu2006-01-091-0/+1
* Add timer_create wrapper.davidxu2005-10-301-0/+1
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-121-0/+1
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-10/+12
* Implement pthread_atfork in libthr. This is mostly from deichen'smtm2004-06-271-0/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-1/+0
* Remove the garbage collector thread. All resources are freedmtm2004-03-281-1/+0
* Implement PThreads barriers and barrier attributes.mtm2004-02-191-0/+2
* Remove thr_getschedparam.c since it's contents have been moved intomtm2004-02-181-1/+0
* o Add a wrapper around sigaction(2), so we can insert our own wrappermtm2003-12-091-0/+1
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+1
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+50
OpenPOWER on IntegriCloud