summaryrefslogtreecommitdiff
path: root/src/lib/libc/include/thread_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New futex(2) based rwlock implementation based on the mutex code.mpi2019-02-131-1/+12
* Make the "not my pool" searching loop a tiny bit smarter, whileotto2019-01-101-2/+2
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-051-1/+2
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-2/+8
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-8/+2
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-8/+177
* Wrap _malloc_init() so internal calls go directlyguenther2016-10-151-1/+4
* Less lock contention by using more pools for mult-threaded programs.otto2016-09-011-9/+12
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-133/+173
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-1/+18
* Make consistent the syscall stubs for the syscalls that got specialguenther2011-10-161-1/+16
* remove _thread_malloc_init prototypeotto2008-06-141-2/+1
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-5/+1
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+13
* fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work withkurt2007-11-191-2/+2
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-21/+35
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-1/+2
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-1/+12
* Use a forward declaration of struct timespec instead of assumingmillert2005-11-151-1/+2
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-84/+76
* thread safer libc (note: safer, not safe)marc2003-01-281-1/+10
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-40/+30
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-30/+40
* libc changes for thread safety. Tested on:marc2002-11-031-40/+30
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-2/+2
* put changes back, this time ALL the files.fgsch2001-09-041-3/+3
* Back out fgsch@'s tree breaking commits.todd2001-08-301-3/+3
* fix some const warningsfgsch2001-08-301-3/+3
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
* grammer/spellingtodd2001-01-041-2/+2
* typo in comment, AILASES -> ALIASESbrad2000-09-081-2/+2
* oopsd2000-01-061-2/+2
* rewrite to use the helpers in the thread/ directory and to define weak alias ...d2000-01-061-135/+91
* cleand1999-01-061-35/+39
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-0/+175