svn commit: r185618 - in projects/release_6_3_xen/sys: kern sys

John Baldwin jhb at freebsd.org
Thu Dec 4 13:25:28 PST 2008


On Thursday 04 December 2008 03:03:15 pm Kip Macy wrote:
> Author: kmacy
> Date: Thu Dec  4 20:03:15 2008
> New Revision: 185618
> URL: http://svn.freebsd.org/changeset/base/185618
> 
> Log:
>   integrate generic sleepq_add and _sleep in order to implement sx_sleep

There's a lighter-weight sx_sleep() in stock 6.x already (it's in kern_sx.c 
and is a separate routine rather than using _sleep()) if you are interested.

-- 
John Baldwin


More information about the svn-src-projects mailing list