| Commit message (Expand) | Author | Age | Files | Lines |
* | In suspend_common(), don't wait for a thread which is in creation, because | davidxu | 2012-08-27 | 1 | -0/+7 |
* | Convert thread list lock from mutex to rwlock. | davidxu | 2010-09-13 | 1 | -4/+2 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | davidxu | 2008-04-29 | 1 | -1/+1 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -0/+3 |
* | Refine thread suspension code, now thread suspension is a blockable | davidxu | 2006-01-05 | 1 | -1/+0 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -26/+29 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 1 | -6/+7 |
* | Stop using signals for synchronizing threads. The performance penalty | mtm | 2004-03-27 | 1 | -2/+1 |
* | Doh! Lock the thread passed in by the caller, not the current thread. | mtm | 2003-12-12 | 1 | -2/+2 |
* | Remove uses of GIANT_LOCK and replace with appropriate thread | mtm | 2003-12-11 | 1 | -7/+12 |
* | Make WARNS2 clean. The fixes mostly included: | mtm | 2003-05-23 | 1 | -0/+1 |
* | - Define curthread as _get_curthread() and remove all direct calls to | jeff | 2003-04-02 | 1 | -4/+0 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+87 |