| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303795: | kib | 2016-08-20 | 1 | -1/+8 |
* | change code to use unwind.h. | davidxu | 2010-09-30 | 1 | -4/+4 |
* | Report death event to debugger before moving to gc list, otherwise | davidxu | 2010-09-26 | 1 | -3/+2 |
* | Because old _pthread_cleanup_push/pop do not have frame address, | davidxu | 2010-09-25 | 1 | -5/+16 |
* | Simplify code, and in while loop, fix operator to match the unwinding | davidxu | 2010-09-25 | 1 | -7/+4 |
* | Because atfork lock is held while forking, a thread cancellation triggered | davidxu | 2010-09-19 | 1 | -1/+1 |
* | - _Unwind_Resume function is not used, remove it. | davidxu | 2010-09-19 | 1 | -14/+8 |
* | Fix a race condition when finding stack unwinding functions. | davidxu | 2010-09-19 | 1 | -7/+20 |
* | add code to support stack unwinding when thread exits. note that only | davidxu | 2010-09-15 | 1 | -1/+150 |
* | Convert thread list lock from mutex to rwlock. | davidxu | 2010-09-13 | 1 | -10/+7 |
* | Add signal handler wrapper, the reason to add it becauses there are | davidxu | 2010-09-01 | 1 | -0/+19 |
* | eliminate unused code. | davidxu | 2010-08-26 | 1 | -12/+0 |
* | Tweak code a bit to be POSIX compatible, when a cancellation request | davidxu | 2010-08-17 | 1 | -0/+2 |
* | Move call to _malloc_thread_cleanup() so that if this is the last thread, | jasone | 2008-09-09 | 1 | -3/+6 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 1 | -0/+4 |
* | Remove libc_r's remnant code. | davidxu | 2008-05-06 | 1 | -16/+0 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | davidxu | 2008-04-29 | 1 | -1/+1 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -0/+2 |
* | - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call | davidxu | 2008-03-18 | 1 | -0/+4 |
* | Don't report death event to debugger if it is a forced exit. | davidxu | 2008-03-06 | 1 | -1/+1 |
* | call underscore version of pthread_cleanup_pop instead. | davidxu | 2007-12-20 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -4/+2 |
* | Refine thread suspension code, now thread suspension is a blockable | davidxu | 2006-01-05 | 1 | -1/+8 |
* | Follow the change in kernel, joiner thread just waits at thread id | davidxu | 2005-10-26 | 1 | -2/+5 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 1 | -1/+3 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -118/+36 |
* | 1. Now that it's a thread's state is changed from within the kernel, where | mtm | 2004-10-13 | 1 | -1/+2 |
* | Remove a reference to a non-existent syscall: _thr_exit(). The | mtm | 2004-10-08 | 1 | -4/+1 |
* | Close a race between a thread exiting and the freeing of it's stack. | mtm | 2004-10-06 | 1 | -3/+2 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 1 | -29/+12 |
* | Remove the garbage collector thread. All resources are freed | mtm | 2004-03-28 | 1 | -10/+38 |
* | Implement reference counting of read-write locks. This uses | mtm | 2004-01-19 | 1 | -0/+6 |
* | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | mtm | 2003-07-06 | 1 | -2/+2 |
* | Sweep through pthread locking and use the new locking primitives for | mtm | 2003-06-29 | 1 | -2/+2 |
* | Don't hold the active thread list lock when signaling the gc thread. | mtm | 2003-05-29 | 1 | -11/+13 |
* | Minimize the potential for deadlocks between an exiting thread and it's | mtm | 2003-05-27 | 1 | -2/+18 |
* | Start locking up the active and dead threads lists. The active threads | mtm | 2003-05-25 | 1 | -30/+26 |
* | Make WARNS2 clean. The fixes mostly included: | mtm | 2003-05-23 | 1 | -0/+3 |
* | note to self: do not confuse void* with int. | mtm | 2003-05-23 | 1 | -1/+1 |
* | When a thread exits it does not return from the kernel unless it | mtm | 2003-05-21 | 1 | -0/+4 |
* | - Define curthread as _get_curthread() and remove all direct calls to | jeff | 2003-04-02 | 1 | -3/+0 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+186 |