Home
last modified time | relevance | path

Searched refs:native_handle_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_thread.h91 using native_handle_type = __gthread_t; in _GLIBCXX_VISIBILITY() local
93 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()
H A Dstd_mutex.h99 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY() typedef
134 native_handle_type in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread85 typedef __gthread_t native_handle_type;
90 native_handle_type _M_thread;
96 id(native_handle_type __id) : _M_thread(__id) { }
195 native_handle_type
318 // assume native_handle_type is LessThanComparable.
439 using native_handle_type = thread::native_handle_type;
507 [[nodiscard]] native_handle_type
H A Dmutex95 typedef __native_type* native_handle_type;
127 native_handle_type
214 typedef __native_type* native_handle_type;
256 native_handle_type
280 typedef __native_type* native_handle_type;
322 native_handle_type
H A Dcondition_variable89 typedef __native_type* native_handle_type;
189 native_handle_type
H A Dshared_mutex426 typedef void* native_handle_type;
427 native_handle_type native_handle() { return _M_impl.native_handle(); }
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dshared_mutex40 typedef implementation-defined native_handle_type; // See 30.2.3
41 native_handle_type native_handle(); // See 30.2.3
174 // typedef implementation-defined native_handle_type; // See 30.2.3
175 // native_handle_type native_handle(); // See 30.2.3
200 // typedef __shared_mutex_base::native_handle_type native_handle_type;
201 // _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() { return __base::unlock_shared(…
H A Dmutex32 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_;}
H A Dthread24 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_;}
H A D__mutex_base53 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_;}
H A Dcondition_variable59 typedef pthread_cond_t* native_handle_type;
60 native_handle_type native_handle();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h86 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY() typedef
121 native_handle_type in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dsocket412 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_type
733 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dthread76 // assume native_handle_type is LessThanComparable.
136 using native_handle_type = thread::native_handle_type;
204 [[nodiscard]] native_handle_type
H A Dmutex107 typedef __native_type* native_handle_type;
139 native_handle_type
236 typedef __native_type* native_handle_type;
278 native_handle_type
311 typedef __native_type* native_handle_type;
353 native_handle_type
H A Dstacktrace92 using native_handle_type = uintptr_t;
109 constexpr native_handle_type
151 native_handle_type _M_pc = -1;
774 using __h = hash<stacktrace_entry::native_handle_type>;
H A Dcondition_variable80 typedef __gthread_cond_t* native_handle_type;
180 native_handle_type
H A Dshared_mutex431 typedef void* native_handle_type;
432 native_handle_type native_handle() { return _M_impl.native_handle(); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsocket435 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_type
769 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-200911932 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.
H A DChangeLog-20111139 unused native_handle_type typedef.
H A DChangeLog-20194324 std::thread::native_handle_type.