freebsd-dev/lib/libpthread
David Xu 6f54e82927 If a thread was detached, return EINVAL instead, the error code
is also returned by pthread_detach() if a thread was already
detached, the error code was already documented:

>    [EINVAL]	The implementation has detected that the value speci-
>		fied by thread does not refer to a joinable thread.
2006-11-28 11:05:31 +00:00
..
arch Stylize: 2006-09-01 21:25:22 +00:00
support Eliminate plt relocation for kse_switchin. 2005-03-21 23:10:35 +00:00
sys Add compatibility symbol maps. libpthread (.so.1 and .so.2) 2006-03-13 00:59:51 +00:00
test o Include <sys/time.h> 2005-11-19 04:47:06 +00:00
thread If a thread was detached, return EINVAL instead, the error code 2006-11-28 11:05:31 +00:00
Makefile Remove alpha left-overs. 2006-08-22 08:03:01 +00:00
pthread.map Export offsets of thread signal pending set and signal mask for debugger. 2006-05-17 04:59:59 +00:00