Patch to fix cv_wait return values

David Xu davidxu at freebsd.org
Mon Jul 19 18:23:18 PDT 2004


John Baldwin wrote:
> I have a patch to try to sync up the semantics of the return values of
> the 

(p->p_flag & P_WEXIT) really should be P_SINGLE_EXIT, P_WEXIT is turned
on after process has only one thread. Others are OK for me.

David Xu




More information about the freebsd-threads mailing list