Home
last modified time | relevance | path

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

/haiku/src/system/kernel/
H A Dthread.cpp1003 bool debugNewThread = false; in thread_create_thread() local
1029 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()