Searched refs:native_handle_type (Results 1 – 22 of 22) sorted by relevance
91 using native_handle_type = __gthread_t; in _GLIBCXX_VISIBILITY() local93 using native_handle_type = int; in _GLIBCXX_VISIBILITY()103 native_handle_type _M_thread; in _GLIBCXX_VISIBILITY()109 id(native_handle_type __id) : _M_thread(__id) { } in _GLIBCXX_VISIBILITY()210 native_handle_type in _GLIBCXX_VISIBILITY()
99 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY() typedef134 native_handle_type in _GLIBCXX_VISIBILITY()
85 typedef __gthread_t native_handle_type;90 native_handle_type _M_thread;96 id(native_handle_type __id) : _M_thread(__id) { }195 native_handle_type318 // assume native_handle_type is LessThanComparable.439 using native_handle_type = thread::native_handle_type;507 [[nodiscard]] native_handle_type
95 typedef __native_type* native_handle_type;127 native_handle_type214 typedef __native_type* native_handle_type;256 native_handle_type280 typedef __native_type* native_handle_type;322 native_handle_type
89 typedef __native_type* native_handle_type;189 native_handle_type
426 typedef void* native_handle_type;427 native_handle_type native_handle() { return _M_impl.native_handle(); }
40 typedef implementation-defined native_handle_type; // See 30.2.341 native_handle_type native_handle(); // See 30.2.3174 // typedef implementation-defined native_handle_type; // See 30.2.3175 // native_handle_type native_handle(); // See 30.2.3200 // typedef __shared_mutex_base::native_handle_type native_handle_type;201 // _LIBCPP_INLINE_VISIBILITY 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();229 typedef __libcpp_recursive_mutex_t* native_handle_type;232 native_handle_type native_handle() {return &__m_;}
24 typedef pthread_t native_handle_type;42 native_handle_type native_handle();224 typedef __libcpp_thread_t native_handle_type;268 native_handle_type native_handle() _NOEXCEPT {return __t_;}
53 typedef __libcpp_mutex_t* native_handle_type;54 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__m_;}323 typedef __libcpp_condvar_t* native_handle_type;324 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
59 typedef pthread_cond_t* native_handle_type;60 native_handle_type native_handle();
86 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY() typedef121 native_handle_type in _GLIBCXX_VISIBILITY()
412 using native_handle_type = int;439 native_handle_type native_handle() noexcept { return _M_sockfd; }581 const native_handle_type& __native_socket,601 native_handle_type release(error_code& __ec)712 typedef int native_handle_type;720 native_handle_type733 const native_handle_type& __native_socket)741 const native_handle_type& __native_socket,745 native_handle_type release()748 native_handle_type release(error_code& __ec)[all …]
76 // assume native_handle_type is LessThanComparable.136 using native_handle_type = thread::native_handle_type;204 [[nodiscard]] native_handle_type
107 typedef __native_type* native_handle_type;139 native_handle_type236 typedef __native_type* native_handle_type;278 native_handle_type311 typedef __native_type* native_handle_type;353 native_handle_type
92 using native_handle_type = uintptr_t;109 constexpr native_handle_type151 native_handle_type _M_pc = -1;774 using __h = hash<stacktrace_entry::native_handle_type>;
80 typedef __gthread_cond_t* native_handle_type;180 native_handle_type
431 typedef void* native_handle_type;432 native_handle_type native_handle() { return _M_impl.native_handle(); }
435 using native_handle_type = int;462 native_handle_type native_handle() noexcept { return _M_sockfd; }604 const native_handle_type& __native_socket,624 native_handle_type release(error_code& __ec)745 using native_handle_type = int;756 native_handle_type769 const native_handle_type& __native_socket)777 const native_handle_type& __native_socket,781 native_handle_type release()784 native_handle_type release(error_code& __ec)[all …]
11932 Use native_handle_type. Remove this_thread::get_id friend.11934 (thread::id::id(native_handle_type): Make public. Still explicit.11935 Use native_handle_type. Change _M_thread_id to _M_thread.
1139 unused native_handle_type typedef.
4324 std::thread::native_handle_type.