Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -87/+107 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 1 | -157/+65 |
* | Implement PThreads barriers and barrier attributes. | mtm | 2004-02-19 | 1 | -0/+1 |
* | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | mtm | 2003-07-06 | 1 | -2/+2 |
* | There's no need for _umtxtrylock to be a separate function. | mtm | 2003-07-06 | 1 | -1/+2 |
* | Sweep through pthread locking and use the new locking primitives for | mtm | 2003-06-29 | 1 | -2/+2 |
* | _pthread_cancel() breaks the normal lock order of first locking the | mtm | 2003-05-25 | 1 | -4/+17 |
* | Make WARNS2 clean. The fixes mostly included: | mtm | 2003-05-23 | 1 | -0/+1 |
* | o Make the setting/checking of cancel state atomic with | mtm | 2003-05-15 | 1 | -87/+111 |
* | - Define curthread as _get_curthread() and remove all direct calls to | jeff | 2003-04-02 | 1 | -10/+0 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+205 |