Home
last modified time | relevance | path

Searched refs:__thread_id (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Did.h26 class _LIBCPP_EXPORTED_FROM_ABI __thread_id; variable
30 _LIBCPP_HIDE_FROM_ABI __thread_id get_id() _NOEXCEPT;
35 struct hash<__thread_id>;
37 class _LIBCPP_TEMPLATE_VIS __thread_id {
44 …__lt_impl(__thread_id __x, __thread_id __y) _NOEXCEPT { // id==0 is always less than any other thr…
53 _LIBCPP_HIDE_FROM_ABI __thread_id() _NOEXCEPT : __id_(0) {}
57 friend _LIBCPP_HIDE_FROM_ABI bool operator==(__thread_id __x, __thread_id __y) _NOEXCEPT;
59 friend _LIBCPP_HIDE_FROM_ABI bool operator<(__thread_id __x, __thread_id __y) _NOEXCEPT;
61 …friend _LIBCPP_HIDE_FROM_ABI strong_ordering operator<=>(__thread_id __x, __thread_id __y) noexcep…
66 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id);
[all …]
H A Dthread.h114 struct _LIBCPP_TEMPLATE_VIS hash<__thread_id> : public __unary_function<__thread_id, size_t> {
115 _LIBCPP_HIDE_FROM_ABI size_t operator()(__thread_id __v) const _NOEXCEPT {
123 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id) {
154 typedef __thread_id id;
H A Dformatter.h37 struct _LIBCPP_TEMPLATE_VIS formatter<__thread_id, _CharT> {
45 …_LIBCPP_HIDE_FROM_ABI typename _FormatContext::iterator format(__thread_id __id, _FormatContext& _…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp107 __thread_id id = this_thread::get_id(); in lock()
122 __thread_id id = this_thread::get_id(); in try_lock()
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h66 __thread_id __requesting_thread_;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmutex282 __thread_id __id_;
306 __thread_id __id = this_thread::get_id();