Home
last modified time | relevance | path

Searched hist:"6 f54e82927a03cc166f65b8552c50f066fdd5989" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_join.cdiff 6f54e82927a03cc166f65b8552c50f066fdd5989 Tue Nov 28 12:05:31 CET 2006 David Xu <davidxu@FreeBSD.org> 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.
diff 6f54e82927a03cc166f65b8552c50f066fdd5989 Tue Nov 28 12:05:31 CET 2006 David Xu <davidxu@FreeBSD.org> 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.