summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/Makefile.inc
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-23libthr: add pthread_sigqueue(3)Konstantin Belousov
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2019-01-29Untangle jemalloc and mutexes initialization.Konstantin Belousov
2016-02-28Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov
2015-01-21Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner
2011-02-07Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim
2010-12-22MFp4:David Xu
2010-01-05remove file thr_sem_new.c.David Xu
2010-01-05Use umtx to implement process sharable semaphore, to make this work,David Xu
2008-03-22Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu
2008-03-03Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu
2006-04-04WARNS level 4 cleanup.David Xu
2006-03-27Remove priority mutex code because it does not work correctly,David Xu
2006-03-25Compile thr_rtld.cDavid Xu
2006-02-22Disable POSIX SIGEV_THREAD notification support, soon we will have a commonDavid Xu
2006-01-09Rescue pthread_set_name_np for compatible reason, remove unused code.David Xu
2005-10-30Add timer_create wrapper.David Xu
2005-04-12Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2004-06-27Implement pthread_atfork in libthr. This is mostly from deichen'sMike Makonnen
2004-05-20Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen
2004-03-28Remove the garbage collector thread. All resources are freedMike Makonnen
2004-02-19Implement PThreads barriers and barrier attributes.Mike Makonnen
2004-02-18Remove thr_getschedparam.c since it's contents have been moved intoMike Makonnen
2003-12-09o Add a wrapper around sigaction(2), so we can insert our own wrapperMike Makonnen
2003-04-20Add stub implementations of pthread_[gs]etconcurrency to libc_r andJohn Polstra
2003-04-01 - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson