HomeSort by: relevance | last modified time | path
    Searched refs:try_to_lock_t (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_mutex.h 219 struct try_to_lock_t { explicit try_to_lock_t() = default; }; struct
229 _GLIBCXX17_INLINE constexpr try_to_lock_t try_to_lock { };
unique_lock.h 82 unique_lock(mutex_type& __m, try_to_lock_t)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_mutex.h 218 struct try_to_lock_t { explicit try_to_lock_t() = default; }; struct
228 _GLIBCXX17_INLINE constexpr try_to_lock_t try_to_lock { };
unique_lock.h 79 unique_lock(mutex_type& __m, try_to_lock_t)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-thread-c++0x.cc 72 std::try_to_lock_t try_to_lock;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-thread-c++0x.cc 72 std::try_to_lock_t try_to_lock;
  /src/external/apache2/llvm/dist/libcxx/src/
mutex.cpp 25 const try_to_lock_t try_to_lock{};

Completed in 29 milliseconds