aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libthr: add pthread_sigqueue(3)Konstantin Belousov2024-04-231-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Untangle jemalloc and mutexes initialization.Konstantin Belousov2019-01-291-0/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+1
* Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner2015-01-211-0/+1
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-071-0/+1
* MFp4:David Xu2010-12-221-0/+1
* remove file thr_sem_new.c.David Xu2010-01-051-1/+0
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-051-0/+1
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu2008-03-221-0/+1
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu2008-03-031-0/+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