HomeSort by relevance Sort by last modified time
    Searched refs:nasty_mutex (Results 1 - 9 of 9) sorted by null

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_adopt_lock.pass.cpp 34 typedef nasty_mutex M;
mutex_defer_lock.pass.cpp 33 typedef nasty_mutex M;
move_assign.pass.cpp 39 typedef nasty_mutex M;
move_ctor.pass.cpp 36 typedef nasty_mutex M;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_adopt_lock.pass.cpp 33 typedef nasty_mutex M;
mutex_defer_lock.pass.cpp 32 typedef nasty_mutex M;
move_assign.pass.cpp 37 typedef nasty_mutex M;
move_ctor.pass.cpp 35 typedef nasty_mutex M;
  /external/libcxx/test/support/
nasty_containers.hpp 288 class nasty_mutex class
291 nasty_mutex() TEST_NOEXCEPT {}
292 ~nasty_mutex() {}
294 nasty_mutex *operator& () { assert(false); return nullptr; }
299 nasty_mutex(const nasty_mutex&) { assert(false); } function in class:nasty_mutex
300 nasty_mutex& operator=(const nasty_mutex&) { assert(false); return *this; }

Completed in 352 milliseconds