Searched refs:debugNewThread (Results 1 – 1 of 1) sorted by relevance
1003 bool debugNewThread = false; in thread_create_thread() local1029 debugNewThread = debugFlags & B_THREAD_DEBUG_STOP_CHILD_THREADS; in thread_create_thread()1074 debugNewThread |= (teamDebugFlags & B_TEAM_DEBUG_STOP_NEW_THREADS) != 0; in thread_create_thread()1075 if (debugNewThread in thread_create_thread()