Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -30/+21 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 1 | -9/+12 |
* | o If a thread is marked as detached AND on the dead threads list | mtm | 2004-03-29 | 1 | -3/+3 |
* | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | mtm | 2003-07-06 | 1 | -3/+3 |
* | Sweep through pthread locking and use the new locking primitives for | mtm | 2003-06-29 | 1 | -3/+3 |
* | Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread | mtm | 2003-06-02 | 1 | -8/+8 |
* | 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/+82 |