Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/krb5/src/tests/gss-threads/
H A Dgss-server.c560 static thread_count = 0;
583 if (thread_count < max_threads) { in wait_and_increment_thread_counter()
584 thread_count++; in wait_and_increment_thread_counter()
605 if (thread_count == max_threads) in decrement_and_signal_thread_counter()
607 thread_count--; in decrement_and_signal_thread_counter()
H A Dgss-client.c600 static thread_count = 0;
623 if (thread_count < max_threads) { in wait_and_increment_thread_counter()
624 thread_count++; in wait_and_increment_thread_counter()
645 if (thread_count == max_threads) in decrement_and_signal_thread_counter()
647 thread_count--; in decrement_and_signal_thread_counter()
/freebsd/crypto/krb5/src/appl/gss-sample/
H A Dgss-client.c623 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()
H A Dgss-server.c576 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()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc248 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 Dgtest-port.cc126 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);
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_dispatcher.c159 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()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h399 IN const uint32_t thread_count, IN const char *const name);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp76 int *mutex_count, int *thread_count, in __tsan_get_report_data()
86 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
74 __tsan_get_report_data(void * report,const char ** description,int * count,int * stack_count,int * mop_count,int * loc_count,int * mutex_count,int * thread_count,int * unique_tid_count,void ** sleep_trace,uptr trace_size) __tsan_get_report_data() argument
H A Dtsan_interface.h132 int *mutex_count, int *thread_count,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp357 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList()
359 if (!keys->ForEach(sort_keys) || sorted_threads.size() != thread_count) in DoUpdateThreadList()
343 size_t thread_count = thread_info_sp->GetSize(); DoUpdateThreadList() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp604 llvm::support::ulittle32_t thread_count = in AddThreadList() local
606 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td201 // thread_count = (input >> bitoffset) & 0x7f;