CVSROOT: /cvs Module name: src Changes by: [email protected] 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
