Searched refs:new_threads (Results 1 – 3 of 3) sorted by relevance
257 MachThreadList::collection *new_threads) { in UpdateThreadList() argument327 if (new_threads) in UpdateThreadList()328 new_threads->push_back(thread_sp); in UpdateThreadList()380 MachThreadList::collection new_threads; in ProcessWillResume() local403 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()
530 int new_threads = 0; in DoUpdateThreadList() local553 ++new_threads; in DoUpdateThreadList()558 new_threads, continued_threads, exited_threads); in DoUpdateThreadList()
7747 int new_threads = __kmp_teams_max_nth / num_teams; in __kmp_push_thread_limit() local7748 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()