Home | History | Annotate | Download | only in intltest

Lines Matching full:mutex

373     // is done.  Need a mutex for memory barrier purposes only, so that other thread
449 // Note: Mutex functions are used here not for synchronization,
561 Mutex m;
643 // platform's mutex support is at least superficially there.
656 // Thread safe (using global mutex) increment of a variable.
659 Mutex m;
717 // None of the test threads should have advanced past the first mutex.
721 // All of the test threads have made it to the first mutex.
722 // We (the main thread) now let them advance to the second mutex,
737 // All test threads made it to the second mutex.