[Midnightbsd-cvs] src: libthr/thread: pthread_cond_timedwait()'s timeout is broken if the

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 19 12:54:55 EST 2011


Log Message:
-----------
pthread_cond_timedwait()'s timeout is broken
if the kernel condition variable is used (that means, when it is called
from a thread with realtime priority or with a priority-inherit or
priority-protect mutex; process-shared mutexes and condition variables
do not currently work).

Modified Files:
--------------
    src/lib/libthr/thread:
        thr_umtx.c (r1.2 -> r1.3)
        (http://cvsweb.midnightbsd.org/src/lib/libthr/thread/thr_umtx.c?r1=1.2&r2=1.3)
        thr_umtx.h (r1.2 -> r1.3)
        (http://cvsweb.midnightbsd.org/src/lib/libthr/thread/thr_umtx.h?r1=1.2&r2=1.3)


More information about the Midnightbsd-cvs mailing list