summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Provide custom simple allocator for rtld locks in libthr. The allocatorkib2008-12-021-1/+1
* Invoke _rtld_atfork_post earlier, before we reinitialize rtld lockskan2008-12-011-3/+4
* Unlock the malloc() locks in the child process after fork(). This giveskib2008-11-291-0/+1
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-271-1/+10
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Eliminate atomic operations in thread cancellation functions, it shoulddavidxu2006-11-241-1/+1
* Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child processdavidxu2006-10-141-0/+2
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-061-6/+6
* WARNS level 4 cleanup.davidxu2006-04-041-0/+4
* In preparation for a new malloc implementation:jasone2006-01-121-10/+4
* Remove in-progress wait code to sync with libpthread's behavior.davidxu2006-01-031-30/+8
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-0/+222
OpenPOWER on IntegriCloud