Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_fha_new.c471 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 Dnfs_fha_new.h105 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dthread66 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_support734 namespace this_thread
739 } // this_thread
794 friend __thread_id this_thread::get_id() _NOEXCEPT;
799 namespace this_thread
809 } // this_thread
H A Dmutex311 __thread_id __id = this_thread::get_id();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h158 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 Dmutex.cpp147 __thread_id id = this_thread::get_id(); in lock()
165 __thread_id id = this_thread::get_id(); in try_lock()
H A Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
H A Dmemory.cpp161 this_thread::yield(); in lock()
H A Dthread.cpp100 namespace this_thread namespace
/freebsd-13.1/sys/nfsserver/
H A Dnfs_fha_old.h37 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp76 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
H A DParallel.cpp74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
H A DLockFileManager.cpp320 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 DGDBRemoteCommunicationServerPlatform.cpp361 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 DProcessGDBRemote.cpp973 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 DGDBRemoteCommunicationServerLLGS.cpp428 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp136 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in Replay()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp192 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h84 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 DProcess.cpp4982 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()