Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/
DThreadPoolTest.cpp43 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()
DWorkQueueTest.cpp83 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/
Dnfs_fha.c287 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/
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
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
Dmutex311 __thread_id __id = this_thread::get_id();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
Dthread.h158 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/
Dmutex.cpp147 __thread_id id = this_thread::get_id(); in lock()
165 __thread_id id = this_thread::get_id(); in try_lock()
Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
Dmemory.cpp161 this_thread::yield(); in lock()
Dthread.cpp100 namespace this_thread namespace
/freebsd-12-stable/sys/nfsserver/
Dnfs_fha_old.h37 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_fha_new.h38 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
Dnfs_fha_new.c275 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/
DThreadPool.cpp76 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
DParallel.cpp74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
DLockFileManager.cpp320 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
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()
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()
DGDBRemoteCommunicationServerLLGS.cpp428 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DReproducerInstrumentation.cpp136 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in Replay()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DPipePosix.cpp192 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
/freebsd-12-stable/contrib/gdb/gdb/
Dwince.c167 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/
DReproducerInstrumentation.h84 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/
DProcess.cpp4982 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()