Searched defs:threadID (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadCommand.cpp45 long threadID = strtol(argv[1], &endPointer, 0); local
H A DCliStopCommand.cpp50 long threadID = strtol(argv[1], &endPointer, 0); local
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp178 int32 threadID; local
189 int32 threadID; local
200 int32 threadID; local
/haiku/src/kits/debugger/model/
H A DThread.cpp16 Thread::Thread(Team* team, thread_id threadID) argument
H A DTeam.cpp168 Team::RemoveThread(thread_id threadID) argument
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterface.cpp72 NetworkTargetHostInterface::Attach(team_id teamID, thread_id threadID, argument
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp132 thread_id threadID = spawn_thread(SuppressArtifacts, local
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp19 thread_id threadID; member in struct:VariablesViewStateHistory::Key
22 Key(thread_id threadID, FunctionID* functionID) argument
48 StateEntry(thread_id threadID, FunctionID* functionID) argument
140 VariablesViewStateHistory::GetState(thread_id threadID, FunctionI argument
165 SetState(thread_id threadID, FunctionID* functionID, VariablesViewState* state) argument
[all...]
/haiku/src/system/kernel/
H A DUserEvent.cpp282 thread_id threadID = thread_create_thread(fCreationAttributes, false); local
H A DUserTimer.cpp73 status_t LockAndGetTimer(thread_id threadID, int32 timerID, argument
887 ThreadTimeUserTimer::ThreadTimeUserTimer(thread_id threadID) argument
1690 _user_create_timer(clockid_t clockID, thread_id threadID, uint32 flags, argument
1737 _user_delete_timer(int32 timerID, thread_id threadID) argument
1765 _user_get_timer(int32 timerID, thread_id threadID, struct user_timer_info* userInfo) argument
1798 _user_set_timer(int32 timerID, thread_id threadID, bigtime_t startTime, bigtime_t interval, uint32 flags, struct user_timer_info* userOldInfo) argument
[all...]
H A Dthread.cpp125 void Notify(uint32 eventCode, team_id teamID, thread_id threadID, argument
167 Thread::Thread(const char* name, thread_id threadID, struct cpu_ent* cpu) argument
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp137 thread_id threadID = fThread->ID(); local
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp257 thread_id threadID = options.thread; local
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp146 LocalTargetHostInterface::Attach(team_id teamID, thread_id threadID, argument
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp69 thread_id threadID = fModel->GetThread()->ID(); local
/haiku/src/bin/debug/profile/
H A DThread.cpp44 Thread::Thread(thread_id threadID, const char* name, Team* team) argument
H A Dprofile.cpp158 status_t AddThread(thread_id threadID) argument
168 status_t AddThread(team_id teamID, thread_id threadID, const char* name) argument
207 void RemoveThread(thread_id threadID) argument
657 thread_id threadID = -1; local
849 thread_id threadID = load_program(programArgs, programArgCount, local
[all...]
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp105 thread_id threadID = -1; local
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp124 int32 threadID; local
155 int32 threadID; local
163 int32 threadID; local
171 int32 threadID; local
179 int32 threadID; local
307 _HandleThreadSelectionChanged(int32 threadID) argument
371 _HandleThreadAdded(int32 threadID) argument
407 _HandleThreadRemoved(int32 threadID) argument
426 _HandleThreadStateChanged(int32 threadID) argument
442 _HandleThreadStackTraceChanged(int32 threadID) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp49 bool Update(thread_id threadID) argument
283 thread_id threadID; local
/haiku/headers/private/kernel/vm/
H A Dvm_types.h229 thread_id threadID = thread_get_current_thread_id(); local
243 thread_id threadID = thread_get_current_thread_id(); local
270 thread_id threadID = thread_get_current_thread_id(); local
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp411 int32 threadID; local
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp956 int32 threadID = -1; local
/haiku/src/bin/debug/strace/
H A Dstrace.cpp750 thread_id threadID = -1; local
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp932 Model::AddThreadWaitObject(thread_id threadID, WaitObject* waitObject, argument
944 Model::ThreadWaitObjectGroupFor(thread_id threadID, uint32 type, addr_t object) const argument

Completed in 286 milliseconds

12