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

  /external/chromium_org/v8/test/cctest/
test-mutex.cc 48 RecursiveMutex recursive_mutex; local
49 { LockGuard<RecursiveMutex> lock_guard(&recursive_mutex);
51 { LockGuard<RecursiveMutex> lock_guard1(&recursive_mutex);
52 LockGuard<RecursiveMutex> lock_guard2(&recursive_mutex);
  /external/libcxx/src/
mutex.cpp 49 // recursive_mutex
51 recursive_mutex::recursive_mutex() function in class:recursive_mutex
77 __throw_system_error(ec, "recursive_mutex constructor failed");
80 recursive_mutex::~recursive_mutex()
88 recursive_mutex::lock()
92 __throw_system_error(ec, "recursive_mutex lock failed");
96 recursive_mutex::unlock() _NOEXCEPT
104 recursive_mutex::try_lock() _NOEXCEP
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp 50 // recursive_mutex
52 recursive_mutex::recursive_mutex() function in class:recursive_mutex
78 __throw_system_error(ec, "recursive_mutex constructor failed");
81 recursive_mutex::~recursive_mutex()
89 recursive_mutex::lock()
93 __throw_system_error(ec, "recursive_mutex lock failed");
97 recursive_mutex::unlock() _NOEXCEPT
105 recursive_mutex::try_lock() _NOEXCEP
    [all...]

Completed in 180 milliseconds