freebsd-dev/lib/libthr
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
..
arch - Remove variable _thr_scope_system, all threads are system scope. 2006-12-15 11:52:01 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys __error could be called too early before libthr is initialized, test 2006-07-12 03:44:05 +00:00
thread After careful consideration (and a brief discussion with attilio@), change 2008-02-04 12:35:23 +00:00
libthr.3 - Stop calling libthr alternative as it's now the default 2007-10-22 10:13:38 +00:00
Makefile SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthr 2008-01-18 04:29:36 +00:00
pthread.map Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is 2008-02-03 22:38:10 +00:00