Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1189 BSplitView* threadGroup = new BSplitView(B_HORIZONTAL, splitSpacing); in _Init() local
1190 threadGroup->SetName("Threads"); in _Init()
1191 fTabView->AddTab(threadGroup); in _Init()
1192 BLayoutBuilder::Split<>(threadGroup) in _Init()