Searched hist:164715 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_join.cdiff 164715 Tue Nov 28 09:05:31 MST 2006 davidxu 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.
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_join.cdiff 164715 Tue Nov 28 09:05:31 MST 2006 davidxu 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.

Completed in 83 milliseconds