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

  /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; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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 156 milliseconds