Searched refs:thread_count (Results 1 – 13 of 13) sorted by relevance
| /src/crypto/krb5/src/appl/gss-sample/ |
| H A D | gss-server.c | 576 static thread_count = 0; 599 if (thread_count < max_threads) { in WaitAndIncrementThreadCounter() 600 thread_count++; in WaitAndIncrementThreadCounter() 622 if (thread_count == max_threads) in DecrementAndSignalThreadCounter() 624 thread_count--; in DecrementAndSignalThreadCounter()
|
| H A D | gss-client.c | 623 static thread_count = 0; 646 if (thread_count < max_threads) { in WaitAndIncrementThreadCounter() 647 thread_count++; in WaitAndIncrementThreadCounter() 669 if (thread_count == max_threads) in DecrementAndSignalThreadCounter() 671 thread_count--; in DecrementAndSignalThreadCounter()
|
| /src/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 248 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument 252 if (thread_count == 0) { in DeathTestThreadWarning() 255 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() 1102 const size_t thread_count = GetThreadCount(); in AssumeRole() local 1103 if (thread_count != 1) { in AssumeRole() 1104 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
|
| H A D | gtest-port.cc | 126 mach_msg_type_number_t thread_count; 128 const kern_return_t status = task_threads(task, &thread_list, &thread_count); 133 sizeof(thread_t) * thread_count); 134 return static_cast<size_t>(thread_count);
|
| /src/contrib/ofed/opensm/complib/ |
| H A D | cl_dispatcher.c | 159 IN const uint32_t thread_count, in cl_disp_init() argument 190 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count, in cl_disp_init()
|
| /src/contrib/ofed/opensm/include/complib/ |
| H A D | cl_dispatcher.h | 399 IN const uint32_t thread_count, IN const char *const name);
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cpp | 76 int *mutex_count, int *thread_count, in __tsan_get_report_data() argument 86 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
|
| H A D | tsan_interface.h | 132 int *mutex_count, int *thread_count,
|
| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | tsan_interface.h | 211 int *mop_count, int *loc_count, int *mutex_count, int *thread_count,
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 56 atomic_t thread_count; member 800 atomic_set(&sdiodev->freezer->thread_count, 0); in brcmf_sdiod_freezer_attach() 818 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on() 860 atomic_inc(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_count() 866 atomic_dec(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_uncount()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 357 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList() local 359 if (!keys->ForEach(sort_keys) || sorted_threads.size() != thread_count) in DoUpdateThreadList()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 604 llvm::support::ulittle32_t thread_count = in AddThreadList() local 606 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 201 // thread_count = (input >> bitoffset) & 0x7f;
|