Searched refs:this_thread (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| H A 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()
|
| H A 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.1/sys/nfs/ |
| H A 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.1/contrib/libc++/include/ |
| H A D | __threading_support | 400 namespace this_thread 405 } // this_thread 460 friend __thread_id this_thread::get_id() _NOEXCEPT; 465 namespace this_thread 475 } // this_thread
|
| H A D | thread | 69 namespace this_thread 82 } // this_thread 362 namespace this_thread 412 } // this_thread
|
| H A D | mutex | 310 __thread_id __id = this_thread::get_id();
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | mutex.cpp | 145 __thread_id id = this_thread::get_id(); in lock() 163 __thread_id id = this_thread::get_id(); in try_lock()
|
| H A D | memory.cpp | 163 this_thread::yield(); in lock()
|
| H A D | thread.cpp | 111 namespace this_thread namespace
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.h | 38 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| H A 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.1/sys/nfsserver/ |
| H A D | nfs_fha_old.h | 37 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIUtilDebug.cpp | 61 std::this_thread::sleep_for(time); in WaitForDbgAttachInfinteLoop()
|
| H A D | MICmnLLDBDebugger.cpp | 816 std::this_thread::sleep_for(time); in MonitorSBListenerEvents()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 199 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A 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()
|