Gleb Smirnoff wrote:
> Sam,
>
> On Wed, May 24, 2006 at 10:11:08PM +, Sam Leffler wrote:
> S> sam 2006-05-24 22:11:08 UTC
> S>
> S> FreeBSD src repository
> S>
> S> Modified files:
> S> sys/kern subr_taskqueue.c
> S> Log:
> S> When starting up threads in ta
Sam,
On Wed, May 24, 2006 at 10:11:08PM +, Sam Leffler wrote:
S> sam 2006-05-24 22:11:08 UTC
S>
S> FreeBSD src repository
S>
S> Modified files:
S> sys/kern subr_taskqueue.c
S> Log:
S> When starting up threads in taskqueue_start_threads create them
S> stop
On Wednesday 11 January 2006 08:56 am, Scott Long wrote:
> John Baldwin wrote:
> > On Tuesday 10 January 2006 07:37 pm, Scott Long wrote:
> >>scottl 2006-01-11 00:37:13 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
> >>sys/kern subr_taskqueue.c
> >> Log:
> >
John Baldwin wrote:
On Tuesday 10 January 2006 07:37 pm, Scott Long wrote:
scottl 2006-01-11 00:37:13 UTC
FreeBSD src repository
Modified files:
sys/kern subr_taskqueue.c
Log:
The interlock in taskqueue_terminate() is completely wrong for taskqueues
that use spinlocks
On Tuesday 10 January 2006 07:37 pm, Scott Long wrote:
> scottl 2006-01-11 00:37:13 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern subr_taskqueue.c
> Log:
> The interlock in taskqueue_terminate() is completely wrong for taskqueues
> that use spinlocks.