summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_fork.c
Commit message (Expand)AuthorAgeFilesLines
* In most cases, cancel_point and cancel_async needn't be checked again,davidxu2010-09-241-1/+2
* Because atfork lock is held while forking, a thread cancellation triggereddavidxu2010-09-191-2/+7
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-2/+2
* In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()davidxu2010-09-011-19/+22
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-011-0/+6
* Unregister thread specific data destructor when a corresponding dsodavidxu2010-08-271-0/+1
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+22
* These are some cosmetic changes to improve the clarity of libthr's fork imple...green2009-05-111-9/+9
* Forcibly unlock the malloc() locks in the child process after fork(),kib2009-03-191-1/+4
* 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