Searched refs:native_handle (Results 1 – 13 of 13) sorted by relevance
81 std::mutex& native_handle() { return mut_; } in native_handle() function91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock()93 MutexLockImp& native_handle() { return ml_; } in native_handle() function142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()
35 end_condition_.wait(lock.native_handle(), in WaitForAllThreads()
46 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()76 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
106 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function196 native_handle_type native_handle() noexcept { return Thread.native_handle(); }
28 pthread_mutex_t* h = m.native_handle(); in main()
30 std::condition_variable::native_handle_type h = cv.native_handle(); in main()
53 pthread_t pid = t0.native_handle(); in main()
41 native_handle_type native_handle(); // See 30.2.3176 // native_handle_type native_handle(); // See 30.2.3202 // _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() { return __base::unlock_shared(…
57 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__m_;}324 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}500 … int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts);
33 native_handle_type native_handle();50 native_handle_type native_handle();235 native_handle_type native_handle() {return &__m_;}
42 native_handle_type native_handle();272 native_handle_type native_handle() _NOEXCEPT {return __t_;}
60 native_handle_type native_handle();