| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| D | ThreadPoolTest.cpp | 43 std::this_thread::yield(); in TEST() 61 std::this_thread::yield(); in TEST() 64 std::this_thread::sleep_for(std::chrono::seconds(1)); in TEST()
|
| D | WorkQueueTest.cpp | 83 std::this_thread::yield(); in TEST() 171 std::this_thread::sleep_for(std::chrono::seconds(1)); in TEST() 190 std::this_thread::sleep_for(std::chrono::seconds(1)); in TEST()
|
| /freebsd-12-stable/sys/nfs/ |
| D | nfs_fha.c | 287 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() argument 354 thread = this_thread; in fha_hash_entry_choose_thread() 376 fha_assign(SVCTHREAD *this_thread, struct svc_req *req, in fha_assign() argument 414 thread = fha_hash_entry_choose_thread(softc, fhe, &i, this_thread); in fha_assign() 430 mtx_lock(&this_thread->st_lock); in fha_assign() 431 return (this_thread); in fha_assign()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | thread | 66 namespace this_thread 79 } // this_thread 354 namespace this_thread 379 this_thread::sleep_for(__ns); 399 this_thread::sleep_for(__t - chrono::steady_clock::now()); 405 } // this_thread
|
| D | __threading_support | 734 namespace this_thread 739 } // this_thread 794 friend __thread_id this_thread::get_id() _NOEXCEPT; 799 namespace this_thread 809 } // this_thread
|
| D | mutex | 311 __thread_id __id = this_thread::get_id();
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | thread.h | 158 namespace this_thread { 211 namespace this_thread { 212 inline thread::id get_id() { return std::this_thread::get_id(); }
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | mutex.cpp | 147 __thread_id id = this_thread::get_id(); in lock() 165 __thread_id id = this_thread::get_id(); in try_lock()
|
| D | barrier.cpp | 45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
|
| D | memory.cpp | 161 this_thread::yield(); in lock()
|
| D | thread.cpp | 100 namespace this_thread namespace
|
| /freebsd-12-stable/sys/nfsserver/ |
| D | nfs_fha_old.h | 37 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_fha_new.h | 38 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| D | nfs_fha_new.c | 275 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhanew_assign() argument 277 return (fha_assign(this_thread, req, &fhanew_softc)); in fhanew_assign()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | ThreadPool.cpp | 76 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
|
| D | Parallel.cpp | 74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
|
| D | LockFileManager.cpp | 320 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServerPlatform.cpp | 361 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess() 382 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
|
| D | ProcessGDBRemote.cpp | 973 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in ConnectToDebugserver() 3586 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in MonitorDebugserverProcess()
|
| D | GDBRemoteCommunicationServerLLGS.cpp | 428 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | ReproducerInstrumentation.cpp | 136 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in Replay()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/ |
| D | PipePosix.cpp | 192 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | wince.c | 167 static thread_info *this_thread; /* Info on thread returned by wait_for_debug_event */ variable 1038 if (get_context > 0 && th != this_thread) in thread_rec() 1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | ReproducerInstrumentation.h | 84 size_t tid = std::hash<std::thread::id>{}(std::this_thread::get_id()); in this_thread_id()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | Process.cpp | 4982 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()
|