Searched refs:native_handle (Results 1 – 13 of 13) sorted by relevance
45 (void)pthread_setname_np(thread.native_handle(), name.c_str()); in SetThreadName()47 (void)pthread_set_name_np(thread.native_handle(), "%s", name.c_str()); in SetThreadName()
30 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()54 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
101 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function189 native_handle_type native_handle() noexcept { return Thread.native_handle(); }
98 …odiscard]] _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __thread_.native_hand… in native_handle() function
184 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() _NOEXCEPT { return __t_; }
44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
80 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__cv_; } in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()225 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait()
41 native_handle_type native_handle(); // See 30.2.3183 // native_handle_type native_handle(); // See 30.2.3221 …// _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __base::unlock_shared(); }
33 native_handle_type native_handle();50 native_handle_type native_handle();237 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; }
89 native_handle_type native_handle() const noexcept; // Since C++26128 native_handle_type native_handle() const noexcept; // Since C++26169 native_handle_type native_handle() const noexcept; // Since C++26269 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept {1080 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…1235 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…1396 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…
42 native_handle_type native_handle();
60 native_handle_type native_handle();
4177 rand_ctx->native_handle; in doq_rand_cb()4786 settings.rand_ctx.native_handle = conn->doq_socket->rnd; in doq_conn_setup()