Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test cases for stack unwinding. | davidxu | 2010-09-25 | 8 | -0/+265 |
| | |||||
* | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 2 | -2/+2 |
| | |||||
* | mutex_islocked_np -> mutex_isowned_np | des | 2008-02-06 | 2 | -9/+9 |
| | |||||
* | After careful consideration (and a brief discussion with attilio@), change | des | 2008-02-04 | 1 | -2/+2 |
| | | | | | | | | | the semantics of pthread_mutex_islocked_np() to return true if and only if the mutex is held by the current thread. Obviously, change the regression test to match. MFC after: 2 weeks | ||||
* | Add a regression test for pthread_mutex_islocked_np(). | des | 2008-02-03 | 2 | -0/+85 |
| | | | | MFC after: 2 weeks | ||||
* | initialize mutex and cv. | davidxu | 2006-12-06 | 1 | -2/+2 |
| | |||||
* | Fix spelling. | davidxu | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | Add a test for pthread's cv and cancellation. | davidxu | 2006-12-05 | 2 | -0/+93 |