Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h99 inline id get_id() const noexcept;
137 thread::id thread::get_id() const noexcept { in get_id() function
152 inline thread::id get_id() { return llvm_thread_get_current_id_impl(); } in get_id() function
187 id get_id() const noexcept { return Thread.get_id(); }
205 inline thread::id get_id() { return std::this_thread::get_id(); }
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Did.h30 _LIBCPP_HIDE_FROM_ABI __thread_id get_id() _NOEXCEPT;
73 friend __thread_id this_thread::get_id() _NOEXCEPT;
113 inline _LIBCPP_HIDE_FROM_ABI __thread_id get_id() _NOEXCEPT { return __libcpp_thread_get_current_id…
H A Djthread.h89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool joinable() const noexcept { return get_id() != id(); } in joinable()
95 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI id get_id() const noexcept { return __thread_.get_id(); } in get_id() function
H A Dthread.h182 _LIBCPP_HIDE_FROM_ABI id get_id() const _NOEXCEPT { return __libcpp_thread_get_id(&__t_); }
/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()
H A Dbarrier.cpp34 … __current = hash<thread::id>()(this_thread::get_id()) % ((__expected_ + 1) >> 1); in __arrive()
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h108 __requesting_thread_ = this_thread::get_id(); in __request_stop()
177 if (std::this_thread::get_id() != __requested_thread) { in __remove_callback()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp171 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
173 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()
H A DParallel.cpp85 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
87 if (T.get_id() == CurrentThreadId) in ~ThreadPoolExecutor()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dthread41 id get_id() const noexcept;
73 thread::id get_id() noexcept;
H A Dmutex306 __thread_id __id = this_thread::get_id();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp39 void DIERef::Encode(DataEncoder &encoder) const { encoder.AppendU64(get_id()); }
H A DDWARFBaseDIE.cpp72 return ref->get_id(); in GetID()
H A DDIERef.h50 lldb::user_id_t get_id() const { in get_id()
48 lldb::user_id_t get_id() const { get_id() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dthread.cppm
/freebsd/contrib/libfido2/src/
H A Dhid_osx.c110 get_id(IOHIDDeviceRef dev, int16_t *vendor_id, int16_t *product_id) in get_id() function
228 if (get_id(dev, &di->vendor_id, &di->product_id) < 0 || in copy_info()
H A Dhid_win.c107 get_id(HANDLE dev, int16_t *vendor_id, int16_t *product_id) in get_id() function
333 if (get_id(dev, &di->vendor_id, &di->product_id) < 0) { in copy_info()
/freebsd/usr.sbin/ypldap/
H A Dber.c47 static ssize_t get_id(struct ber *b, unsigned long *tag, int *class,
986 get_id(struct ber *b, unsigned long *tag, int *class, int *cstruct) in get_id() function
1075 if ((r = get_id(ber, &type, &class, &cstruct)) == -1) in ber_read_element()
/freebsd/sys/dev/pci/
H A Dpci_if.m246 METHOD int get_id {
H A Dpcib_if.m181 METHOD int get_id {
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3843 SYMBOL(get_id, std::this_thread::, <thread>)