| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_fha.c | 295 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() argument 359 thread = this_thread; in fha_hash_entry_choose_thread() 381 fha_assign(SVCTHREAD *this_thread, struct svc_req *req, in fha_assign() argument 419 thread = fha_hash_entry_choose_thread(softc, fhe, &i, this_thread); in fha_assign() 435 mtx_lock(&this_thread->st_lock); in fha_assign() 436 return (this_thread); in fha_assign()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 733 namespace this_thread 738 } // this_thread 793 friend __thread_id this_thread::get_id() _NOEXCEPT; 798 namespace this_thread 808 } // this_thread
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | timers.cc | 142 HANDLE this_thread = GetCurrentThread(); in ThreadCPUUsage() local 147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | timers.cc | 142 HANDLE this_thread = GetCurrentThread(); in ThreadCPUUsage() local 147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
|
| /netbsd-src/sys/fs/nfs/server/ |
| 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | mutex | 438 auto __id = this_thread::get_id(); 451 auto __id = this_thread::get_id(); 467 auto __id = this_thread::get_id(); 483 auto __id = this_thread::get_id(); 499 __glibcxx_assert( _M_owner == this_thread::get_id() );
|
| H A D | thread | 300 // the non-zero value returned by this_thread::get_id() for 356 /** @namespace std::this_thread 359 * C++11 30.3.2 [thread.thread.this] Namespace this_thread. 361 namespace this_thread
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | this_thread_sleep.h | 56 namespace this_thread in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_timed_wait.h | 249 this_thread::sleep_for(64ms); in _GLIBCXX_VISIBILITY() 253 this_thread::sleep_for(__elapsed / 2); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | timer | 184 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry)); 194 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | timer | 184 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry)); 194 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| H A D | options_test.cc | 18 std::this_thread::sleep_for( in BM_basic_slow()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| H A D | options_test.cc | 18 std::this_thread::sleep_for( in BM_basic_slow()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Parallel.cpp | 74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 757 dlErrorMsgs.erase(std::this_thread::get_id()); in jit_dlopen() 793 dlErrorMsgs.erase(std::this_thread::get_id()); in jit_dlclose() 830 dlErrorMsgs.erase(std::this_thread::get_id()); in jit_dlsym() 870 auto I = dlErrorMsgs.find(std::this_thread::get_id()); in jit_dlerror() 883 dlErrorMsgs[std::this_thread::get_id()] = in recordError()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | thread.cc | 193 namespace this_thread namespace
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | thread.cc | 204 namespace this_thread namespace
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | mutex | 469 auto __id = this_thread::get_id(); 482 auto __id = this_thread::get_id(); 498 auto __id = this_thread::get_id(); 514 auto __id = this_thread::get_id(); 530 __glibcxx_assert( _M_owner == this_thread::get_id() );
|
| H A D | stop_token | 106 this_thread::yield(); 233 _M_requester = this_thread::get_id(); 340 if (!(_M_requester == this_thread::get_id()))
|