libc_r/uthread/uthread_join.c

Marc Olzheim marcolz at stack.nl
Wed Dec 31 06:05:35 PST 2003


On Wed, Dec 31, 2003 at 08:47:03AM -0500, Daniel Eischen wrote:
> > Is there a reason why in the case that a thread is not done yet,
> > pthread_join() does not call _thread_kern_sig_undefer() ?
>
[snip]
> 
> No, it looks like you found a bug.  Committed, thanks!

Hmm, ok ;-) But then why is _thread_kern_sig_undefer() called within
every if-case, instead of just below the if ? It looked like it was
contructed this way to be able to omit _thread_kern_sig_undefer() in
that specific case... ;-)

Zlo


More information about the freebsd-hackers mailing list