Home
last modified time | relevance | path

Searched defs:nasty_mutex (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dnasty_containers.hpp288 class nasty_mutex class
291 nasty_mutex() TEST_NOEXCEPT {} in nasty_mutex() function in nasty_mutex
299 nasty_mutex(const nasty_mutex&) { assert(false); } in nasty_mutex() argument
300 nasty_mutex& operator=(const nasty_mutex&) { assert(false); return *this; } in operator =()
/external/llvm-project/libcxx/test/support/
Dnasty_containers.h290 nasty_mutex() TEST_NOEXCEPT {} in nasty_mutex() function
298 nasty_mutex(const nasty_mutex&) { assert(false); } in nasty_mutex() argument