HomeSort by: relevance | last modified time | path
    Searched defs:native_handle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_thread.h 221 native_handle() function in class:thread
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_thread.h 211 native_handle() function in class:thread
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h 81 std::mutex& native_handle() { return mut_; } function
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
93 MutexLockImp& native_handle() { return ml_; } function in class:benchmark::MutexLock
142 phase_condition_.wait(ml.native_handle(), cb);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h 81 std::mutex& native_handle() { return mut_; } function
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
93 MutexLockImp& native_handle() { return ml_; } function in class:benchmark::MutexLock
142 phase_condition_.wait(ml.native_handle(), cb);

Completed in 28 milliseconds