Lines Matching refs:condition
290 The ring interface is augmented by means of an L-thread condition variable that
292 signals the condition whenever it posts to the TX ring, causing the TX thread
301 itself by waiting on the condition variable associated with the ring.
487 thread safe mutexes and condition variables.
489 The cost of affinitizing and of condition variable signaling is significantly
526 that can be associated with threads, mutexes, and condition variables.
655 condition variable.
680 A wait operation on a pthread condition variable is always associated with and
682 ``pthread_wait()``. By contrast L-thread condition variables are thread safe
684 L-threads running on other schedulers) can safely wait on a L-thread condition
685 variable. As a consequence the performance of an L-thread condition variables
772 mutexes and condition variables. These caches are implemented as unbounded lock
842 Blocking on a mutex or condition variable or even more obviously having a
967 (e.g. yield, sleep, or block on a different lock, or on a condition variable).
1183 Object creation events (lthread, mutex, and condition variable) accept, and
1189 mutexes and condition variables. This enables a user to monitor, count, or
1191 specific thread signaling a specific condition variable, or to monitor