/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | thread.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/ |
H A D | this_thread.h | 30 namespace this_thread { 48 this_thread::sleep_for(__ns); in sleep_for() 63 this_thread::sleep_for(__t - chrono::steady_clock::now()); in sleep_until()
|
H A D | id.h | 28 namespace this_thread { 73 friend __thread_id this_thread::get_id() _NOEXCEPT; 111 namespace this_thread {
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | thread | 70 namespace this_thread 83 } // this_thread 96 # include <__thread/this_thread.h>
|
H A D | mutex | 306 __thread_id __id = this_thread::get_id();
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.c | 458 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() argument 525 thread = this_thread; in fha_hash_entry_choose_thread() 547 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhanew_assign() argument 584 thread = fha_hash_entry_choose_thread(softc, fhe, &i, this_thread); in fhanew_assign() 602 mtx_lock(&this_thread->st_lock); in fhanew_assign() 603 return (this_thread); in fhanew_assign()
|
H A D | nfs_fha_new.h | 100 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | thread.h | 151 namespace this_thread { 204 namespace this_thread { 205 inline thread::id get_id() { return std::this_thread::get_id(); }
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_win.cpp | 86 const DWORD this_thread = GetCurrentThreadId(); in RunThread() local 105 if (thread_entry.th32ThreadID == this_thread || in RunThread()
|
/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()
|
H A D | thread.cpp | 90 namespace this_thread { in hardware_concurrency() 98 } // namespace this_thread in hardware_concurrency() 103 namespace this_thread global() namespace
|
/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 | ExponentialBackoff.cpp | 27 std::this_thread::sleep_for(WaitDuration); in waitForNextAttempt()
|
H A D | ThreadPool.cpp | 171 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
|
H A D | Parallel.cpp | 85 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_functional.cpp | 62 auto Func = []() { std::this_thread::sleep_for(1us); }; in TEST()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 356 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess() 377 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
|
H A D | ProcessGDBRemote.cpp | 830 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in ConnectToDebugserver() 3476 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in MonitorDebugserverProcess()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 341 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in TEST() 1064 std::this_thread::sleep_for( in Increment() 1073 std::this_thread::sleep_for( in Increment()
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 198 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 391 std::this_thread::sleep_for(Interval); in updateForever()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1178 THR_HEADERS+= this_thread.h
|
H A D | libcxx.imp | 704 { include: [ "<__thread/this_thread.h>", "private", "<thread>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3843 SYMBOL(get_id, std::this_thread::, <thread>) 3844 SYMBOL(sleep_for, std::this_thread::, <thread>) 3845 SYMBOL(sleep_until, std::this_thread::, <thread>) 3846 SYMBOL(yield, std::this_thread::, <thread>)
|