On 9/3/2014 3:18 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Sep 3 08:18:07 2014
> New Revision: 271000
> URL: http://svnweb.freebsd.org/changeset/base/271000
>
> Log:
> Right now, thread_single(SINGLE_EXIT) returns after the p_numthreads
> reaches 1. The p_numthreads counter is
Author: kib
Date: Wed Sep 3 08:18:07 2014
New Revision: 271000
URL: http://svnweb.freebsd.org/changeset/base/271000
Log:
Right now, thread_single(SINGLE_EXIT) returns after the p_numthreads
reaches 1. The p_numthreads counter is decremented in thread_exit() by
a call to thread_unlink(). Thi