Home
last modified time | relevance | path

Searched refs:native_handle (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/src/
Dcondition_variable.cpp46 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
Dthread.h101 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function
189 native_handle_type native_handle() noexcept { return Thread.native_handle(); }
/openbsd/src/gnu/llvm/libcxx/include/
Dshared_mutex41 native_handle_type native_handle(); // See 30.2.3
176 // native_handle_type native_handle(); // See 30.2.3
202 // _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() { return __base::unlock_shared(…
D__mutex_base57 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__m_;}
326 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
502 … int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts);
Dmutex33 native_handle_type native_handle();
50 native_handle_type native_handle();
231 native_handle_type native_handle() {return &__m_;}
Dthread42 native_handle_type native_handle();
270 native_handle_type native_handle() _NOEXCEPT {return __t_;}
Dcondition_variable60 native_handle_type native_handle();