await & asleep

From: Norbert Koch (NKoch_at_demig.de)
Date: 07/26/05

  • Next message: David Malone: "Re: Atheros, hardware access layer, collisions"
    To: "Freebsd-Hackers@Freebsd. Org" <freebsd-hackers@freebsd.org>
    Date: Tue, 26 Jul 2005 11:34:11 +0200
    
    

    Hello.

    The functions await() and asleep() in kern_synch.c
    are marked as EXPERIMENTAL/UNTESTED.
    Is this comment still valid? Does anyone have used
    those functions successfully? Should I better not
    use them in my device driver code for RELENG_4?
    How do I correctly cancel a request (as I should do
    according to the man page): "asleep (NULL, 0, NULL, 0)"?

    Any help appreciated.

    Norbert
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: David Malone: "Re: Atheros, hardware access layer, collisions"