CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2012/02/19 21:43:49

Modified files:
        regress/lib/libpthread/pthread_mutex: pthread_mutex.c 

Log message:
Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernel
doesn't have SCHED_FIFO or SCHED_RR support, so use sleep(1) to 'ensure'
the second thread gets the lock when expected

Reply via email to