aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* WARNS level 4 cleanup.David Xu2006-04-041-1/+0
* Remove priority mutex code because it does not work correctly,David Xu2006-03-271-2/+0
* Compile thr_rtld.cDavid Xu2006-03-251-0/+1
* Disable POSIX SIGEV_THREAD notification support, soon we will have a commonDavid Xu2006-02-221-1/+0
* Rescue pthread_set_name_np for compatible reason, remove unused code.David Xu2006-01-091-0/+1
* Add timer_create wrapper.David Xu2005-10-301-0/+1
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-121-0/+1
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-10/+12
* Implement pthread_atfork in libthr. This is mostly from deichen'sMike Makonnen2004-06-271-0/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-1/+0
* Remove the garbage collector thread. All resources are freedMike Makonnen2004-03-281-1/+0
* Implement PThreads barriers and barrier attributes.Mike Makonnen2004-02-191-0/+2
* Remove thr_getschedparam.c since it's contents have been moved intoMike Makonnen2004-02-181-1/+0
* o Add a wrapper around sigaction(2), so we can insert our own wrapperMike Makonnen2003-12-091-0/+1
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andJohn Polstra2003-04-201-0/+1
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+50