Lines Matching full:mutex
24 class Mutex {26 Mutex() {35 ~Mutex() {39 // A simple class that locks a given mutex on construction43 Autolock(Mutex &mutex) : lock(&mutex) {50 Mutex *lock;57 Mutex(const Mutex&);58 Mutex& operator=(const Mutex&);