Searched defs:Mutex (Results 1 – 10 of 10) sorted by relevance
28 TEST(Mutex, compile) { in TEST() argument34 TEST(Mutex, tryLock) { in TEST() argument42 TEST(Mutex, timedLock) { in TEST() argument
162 inline Mutex::Mutex() { in Mutex() function165 inline Mutex::Mutex(__attribute__((unused)) const char* name) { in Mutex() function168 inline Mutex::Mutex(int type, __attribute__((unused)) const char* name) { in Mutex() function
24 inline Mutex::Mutex() { in Mutex() function
24 inline Mutex::Mutex() {} in Mutex() function
25 inline Mutex::Mutex() { in Mutex() function
378 using Mutex = std::mutex; in TEST() typedef456 using Mutex = android::audio_utils::mutex; in TEST_P() typedef477 using Mutex = android::audio_utils::mutex; in TEST_P() typedef499 using Mutex = android::audio_utils::mutex; in TEST_P() typedef508 using Mutex = android::audio_utils::mutex; in TEST_P() typedef574 using Mutex = android::audio_utils::mutex; in TEST_P() typedef679 using Mutex = android::audio_utils::mutex; in TEST_P() typedef807 using Mutex = android::audio_utils::mutex; in TEST_P() typedef
155 struct Mutex : std::mutex { struct156 const Mutex& operator!() const { return *this; } // for negative capability in operator !()