git: kernel - Fix condvar races

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 17 12:40:45 PDT 2012


commit a5fcdfa4fdd1be6cbf7ef2b25cdb6b660888925f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 17 12:40:09 2012 -0700

    kernel - Fix condvar races
    
    * Interlocked sleep was not using the PINTERLOCKED flag.
    
    * Misc other adjustments.

Summary of changes:
 sys/kern/kern_condvar.c |   33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a5fcdfa4fdd1be6cbf7ef2b25cdb6b660888925f


-- 
DragonFly BSD source repository





More information about the Commits mailing list