Searched refs:Threads (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp37 for (ThreadList::ConstIterator it = team->Threads().GetIterator();
/haiku/src/bin/
H A Dps.c21 Threads, enumerator in enum:__anon13
33 { "Threads", "#%7s", "%8" B_PRId32 },
39 int Columns[maxColumns] = { Team, Id, Threads, Gid, Uid, 0 };
69 case Threads:
70 printf(Infos[Threads].format, teamInfo->thread_count);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp61 ThreadList::ConstIterator it = fTeam->Threads().GetIterator();
215 SetName("Threads");
/haiku/headers/private/debugger/model/
H A DTeam.h135 const ThreadList& Threads() const;
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp470 const ThreadList& threads = fTeam->Threads();
/haiku/src/kits/debugger/model/
H A DTeam.cpp194 Team::Threads() const function in class:Team
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp454 BString data("\nActive Threads:\n");
458 for (ThreadList::ConstIterator it = fTeam->Threads().GetIterator();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h1532 ACPI_THREAD_ID *Threads; member in struct:acpi_db_method_info
1545 * Arguments to be passed to method for the commands Threads and
1548 * For the Threads command, the Number of threads, ID of current

Completed in 65 milliseconds