Home
last modified time | relevance | path

Searched refs:new_threads (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp257 MachThreadList::collection *new_threads) { in UpdateThreadList() argument
327 if (new_threads) in UpdateThreadList()
328 new_threads->push_back(thread_sp); in UpdateThreadList()
380 MachThreadList::collection new_threads; in ProcessWillResume() local
403 UpdateThreadList(process, true, &new_threads); in ProcessWillResume()
412 const size_t num_new_threads = new_threads.size(); in ProcessWillResume()
418 if (thread == new_threads[new_idx].get()) { in ProcessWillResume()
437 if (new_threads.size()) { in ProcessWillResume()
444 new_threads[idx]->ThreadID(), new_threads[idx]->IsUserReady()); in ProcessWillResume()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp530 int new_threads = 0; in DoUpdateThreadList() local
553 ++new_threads; in DoUpdateThreadList()
558 new_threads, continued_threads, exited_threads); in DoUpdateThreadList()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp7747 int new_threads = __kmp_teams_max_nth / num_teams; in __kmp_push_thread_limit() local
7748 if (new_threads == 0) { in __kmp_push_thread_limit()
7749 new_threads = 1; in __kmp_push_thread_limit()
7751 if (new_threads != num_threads) { in __kmp_push_thread_limit()
7755 KMP_MSG(CantFormThrTeam, num_threads, new_threads), in __kmp_push_thread_limit()
7759 num_threads = new_threads; in __kmp_push_thread_limit()