| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r251985: | Konstantin Belousov | 2013-06-26 | 1 | -1/+2 |
| * | To support stack unwinding for cancellation points, add -fexceptions flag | David Xu | 2010-09-25 | 1 | -0/+12 |
| * | inline testcancel() into thr_cancel_leave(), because cancel_pending is | David Xu | 2010-09-24 | 1 | -2/+3 |
| * | In most cases, cancel_point and cancel_async needn't be checked again, | David Xu | 2010-09-24 | 1 | -3/+1 |
| * | Convert thread list lock from mutex to rwlock. | David Xu | 2010-09-13 | 1 | -4/+2 |
| * | To avoid possible race condition, SIGCANCEL is always sent except the | David Xu | 2010-09-08 | 1 | -1/+1 |
| * | Add signal handler wrapper, the reason to add it becauses there are | David Xu | 2010-09-01 | 1 | -30/+11 |
| * | In current implementation, thread cancellation is done in signal handler, | David Xu | 2010-08-20 | 1 | -21/+25 |
| * | Tweak _thr_cancel_leave_defer a bit to fix a possible race. | David Xu | 2006-12-05 | 1 | -3/+7 |
| * | Use kernel provided userspace condition variable to implement pthread | David Xu | 2006-12-04 | 1 | -1/+22 |
| * | Eliminate atomic operations in thread cancellation functions, it should | David Xu | 2006-11-24 | 1 | -67/+61 |
| * | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -3/+3 |
| * | Don't cancel thread if it is in critical region. | David Xu | 2006-03-25 | 1 | -1/+1 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -86/+106 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 1 | -156/+64 |
| * | Implement PThreads barriers and barrier attributes. | Mike Makonnen | 2004-02-19 | 1 | -0/+1 |
| * | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | Mike Makonnen | 2003-07-06 | 1 | -2/+2 |
| * | There's no need for _umtxtrylock to be a separate function. | Mike Makonnen | 2003-07-06 | 1 | -1/+2 |
| * | Sweep through pthread locking and use the new locking primitives for | Mike Makonnen | 2003-06-29 | 1 | -2/+2 |
| * | _pthread_cancel() breaks the normal lock order of first locking the | Mike Makonnen | 2003-05-25 | 1 | -4/+17 |
| * | Make WARNS2 clean. The fixes mostly included: | Mike Makonnen | 2003-05-23 | 1 | -0/+1 |
| * | o Make the setting/checking of cancel state atomic with | Mike Makonnen | 2003-05-15 | 1 | -86/+110 |
| * | - Define curthread as _get_curthread() and remove all direct calls to | Jeff Roberson | 2003-04-02 | 1 | -10/+0 |
| * | - Add libthr but don't hook it up to the regular build yet. This is an | Jeff Roberson | 2003-04-01 | 1 | -0/+205 |