| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.c | 471 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() argument 538 thread = this_thread; in fha_hash_entry_choose_thread() 560 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhanew_assign() argument 595 thread = fha_hash_entry_choose_thread(softc, fhe, &i, this_thread); in fhanew_assign() 611 mtx_lock(&this_thread->st_lock); in fhanew_assign() 612 return (this_thread); in fhanew_assign()
|
| H A D | nfs_fha_new.h | 105 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A 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
|
| H A 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
|
| H A D | mutex | 311 __thread_id __id = this_thread::get_id();
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 158 namespace this_thread { 211 namespace this_thread { 212 inline thread::id get_id() { return std::this_thread::get_id(); }
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | mutex.cpp | 147 __thread_id id = this_thread::get_id(); in lock() 165 __thread_id id = this_thread::get_id(); in try_lock()
|
| H A D | barrier.cpp | 45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
|
| H A D | memory.cpp | 161 this_thread::yield(); in lock()
|
| H A D | thread.cpp | 100 namespace this_thread namespace
|
| /freebsd-13.1/sys/nfsserver/ |
| H A D | nfs_fha_old.h | 37 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 76 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
|
| H A D | Parallel.cpp | 74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
|
| H A D | LockFileManager.cpp | 320 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A 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()
|
| H A 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()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 428 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ReproducerInstrumentation.cpp | 136 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in Replay()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 192 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ReproducerInstrumentation.h | 84 size_t tid = std::hash<std::thread::id>{}(std::this_thread::get_id()); in this_thread_id()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 4982 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()
|