/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | thread.h | 99 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 D | id.h | 30 _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 D | jthread.h | 89 [[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 D | thread.h | 182 _LIBCPP_HIDE_FROM_ABI id get_id() const _NOEXCEPT { return __libcpp_thread_get_id(&__t_); }
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | mutex.cpp | 107 __thread_id id = this_thread::get_id(); in lock() 122 __thread_id id = this_thread::get_id(); in try_lock()
|
H A D | barrier.cpp | 34 … __current = hash<thread::id>()(this_thread::get_id()) % ((__expected_ + 1) >> 1); in __arrive()
|
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | stop_state.h | 108 __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 D | ThreadPool.cpp | 171 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() 173 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()
|
H A D | Parallel.cpp | 85 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 D | thread | 41 id get_id() const noexcept; 73 thread::id get_id() noexcept;
|
H A D | mutex | 306 __thread_id __id = this_thread::get_id();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DIERef.cpp | 39 void DIERef::Encode(DataEncoder &encoder) const { encoder.AppendU64(get_id()); }
|
H A D | DWARFBaseDIE.cpp | 72 return ref->get_id(); in GetID()
|
H A D | DIERef.h | 50 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 D | thread.cppm |
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_osx.c | 110 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 D | hid_win.c | 107 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 D | ber.c | 47 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 D | pci_if.m | 246 METHOD int get_id {
|
H A D | pcib_if.m | 181 METHOD int get_id {
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3843 SYMBOL(get_id, std::this_thread::, <thread>)
|