Lines Matching full:mutexes
53 thread exit, mutexes (locks), condition variables (inter-thread event
130 variables and their associated mutexes</p></li>
146 <p>Checks pertaining to the validity of mutexes are generally also
154 relating to mutexes will also tell you where that mutex first came to
671 <p>Do not roll your own threading primitives (mutexes, etc)
677 semaphore routines or reader-writer locks from POSIX mutexes and
681 abstractions: mutexes, reader-writer locks, condition variables
689 has its own implementation of mutexes (QMutex) and thread reaping.
718 mark up mutexes, condition variables, etc, without difficulty.