| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix known issues which blow up the process after dlopen("libthr.so") | kib | 2015-01-18 | 1 | -4/+2 |
* | MFC r266609: | kib | 2014-06-07 | 1 | -3/+10 |
* | Eliminate redundant code, _thr_spinlock_init() has already been called | davidxu | 2012-08-23 | 1 | -3/+0 |
* | In most cases, cancel_point and cancel_async needn't be checked again, | davidxu | 2010-09-24 | 1 | -1/+2 |
* | Because atfork lock is held while forking, a thread cancellation triggered | davidxu | 2010-09-19 | 1 | -2/+7 |
* | Convert thread list lock from mutex to rwlock. | davidxu | 2010-09-13 | 1 | -2/+2 |
* | In function __pthread_cxa_finalize(), also make code for removing | davidxu | 2010-09-01 | 1 | -1/+8 |
* | pthread_atfork should acquire writer lock and protect the code | davidxu | 2010-09-01 | 1 | -1/+3 |
* | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | davidxu | 2010-09-01 | 1 | -19/+22 |
* | Add signal handler wrapper, the reason to add it becauses there are | davidxu | 2010-09-01 | 1 | -0/+6 |
* | Unregister thread specific data destructor when a corresponding dso | davidxu | 2010-08-27 | 1 | -0/+1 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -0/+22 |
* | These are some cosmetic changes to improve the clarity of libthr's fork imple... | green | 2009-05-11 | 1 | -9/+9 |
* | Forcibly unlock the malloc() locks in the child process after fork(), | kib | 2009-03-19 | 1 | -1/+4 |
* | Provide custom simple allocator for rtld locks in libthr. The allocator | kib | 2008-12-02 | 1 | -1/+1 |
* | Invoke _rtld_atfork_post earlier, before we reinitialize rtld locks | kan | 2008-12-01 | 1 | -3/+4 |
* | Unlock the malloc() locks in the child process after fork(). This gives | kib | 2008-11-29 | 1 | -0/+1 |
* | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | kib | 2008-11-27 | 1 | -1/+10 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Eliminate atomic operations in thread cancellation functions, it should | davidxu | 2006-11-24 | 1 | -1/+1 |
* | Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process | davidxu | 2006-10-14 | 1 | -0/+2 |
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 1 | -6/+6 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -0/+4 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -10/+4 |
* | Remove in-progress wait code to sync with libpthread's behavior. | davidxu | 2006-01-03 | 1 | -30/+8 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -0/+222 |