Searched refs:native_handle_type (Results 1 – 10 of 10) sorted by relevance
50 using native_handle_type = pthread_t;59 using native_handle_type = HANDLE;72 thread() : Thread(native_handle_type()) {} in thread()74 : Thread(std::exchange(Other.Thread, native_handle_type())) {} in thread()93 Thread = std::exchange(Other.Thread, native_handle_type());97 bool joinable() const noexcept { return Thread != native_handle_type(); } in joinable()101 native_handle_type native_handle() const noexcept { return Thread; } in native_handle()113 native_handle_type Thread;116 thread::native_handle_type119 void llvm_thread_join_impl(thread::native_handle_type Thread);[all …]
43 typedef __libcpp_mutex_t* native_handle_type; typedef44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle()
41 using native_handle_type = thread::native_handle_type; variable97 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __thread_.native_h… in native_handle()
155 typedef __libcpp_thread_t native_handle_type;183 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() _NOEXCEPT { return __t_; }
40 typedef implementation-defined native_handle_type; // See 30.2.341 native_handle_type native_handle(); // See 30.2.3178 // typedef implementation-defined native_handle_type; // See 30.2.3179 // native_handle_type native_handle(); // See 30.2.3216 // typedef __shared_mutex_base::native_handle_type native_handle_type;217 …// _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __base::unlock_shared(); }
32 typedef pthread_mutex_t* native_handle_type;33 native_handle_type native_handle();49 typedef pthread_mutex_t* native_handle_type;50 native_handle_type native_handle();234 typedef __libcpp_recursive_mutex_t* native_handle_type;236 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; }
76 …using native_handle_type = typename basic_filebuf<charT, traits>::native_handle_type; // Since C++…89 native_handle_type native_handle() const noexcept; // Since C++26115 …using native_handle_type = typename basic_filebuf<charT, traits>::native_handle_type; // Since C++…128 native_handle_type native_handle() const noexcept; // Since C++26156 …using native_handle_type = typename basic_filebuf<charT, traits>::native_handle_type; // Since C++…169 native_handle_type native_handle() const noexcept; // Since C++26236 using native_handle_type = void*; // HANDLE238 using native_handle_type = int; // POSIX file descriptor270 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept {1095 using native_handle_type = typename basic_filebuf<_CharT, _Traits>::native_handle_type;[all …]
24 typedef pthread_t native_handle_type;42 native_handle_type native_handle();
59 typedef pthread_cond_t* native_handle_type;60 native_handle_type native_handle();
80 typedef __libcpp_condvar_t* native_handle_type; in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() typedef81 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__cv_; } in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()