Dag-Erling Smørgrav
ecd14de7d7
mutex_islocked_np -> mutex_isowned_np
2008-02-06 19:41:05 +00:00
Dag-Erling Smørgrav
fcd61d9141
After careful consideration (and a brief discussion with attilio@), change
...
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
2008-02-04 12:35:23 +00:00
Dag-Erling Smørgrav
8dbd3d1b6b
Add a regression test for pthread_mutex_islocked_np().
...
MFC after: 2 weeks
2008-02-03 22:35:45 +00:00
David Xu
56073c9eac
initialize mutex and cv.
2006-12-06 00:03:42 +00:00
David Xu
a3f452e8d8
Fix spelling.
2006-12-05 05:31:49 +00:00
David Xu
e986eeec92
Add a test for pthread's cv and cancellation.
2006-12-05 05:14:56 +00:00