Searched refs:Thread (Results 176 - 200 of 229) sorted by relevance

12345678910

/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp172 ExtendedThreadSchedulingState(Model::Thread* thread)
738 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
805 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
819 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
835 ModelLoader::_SetThreadIORequests(Model::Thread* thread,
954 // Thread was running and continues to run.
1048 // Thread was running and is reentered into the run queue. This
1052 // Thread was waiting and is ready now.
1227 Model::Thread* thread = fModel->AddThread(event, fState->LastEventTime());
/haiku/src/system/kernel/
H A Dteam.cpp937 Team::CPUTime(bool ignoreCurrentRun, Thread* lockedThread) const
942 Thread* currentThread = thread_get_current_thread();
945 for (Thread* thread = thread_list; thread != NULL;
977 for (Thread* thread = thread_list; thread != NULL;
1182 Thread* thread = thread_get_current_thread();
1578 Thread* thread;
1760 Thread* mainThread;
1761 status = Thread::Create(threadName, mainThread);
1764 BReference<Thread> mainThreadReference(mainThread, true);
1983 Thread* currentThrea
[all...]
H A Dsem.cpp74 queued_thread(Thread *thread, int32 count)
82 Thread *thread;
765 _user_debugger("Thread tried to acquire kernel semaphore.");
786 Thread *thread = thread_get_current_thread();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp36 #include "Thread.h"
456 BObjectList< ::Thread> threads;
457 ::Thread* thread;
506 ::Thread* thread)
873 DebugReportGenerator::_CompareThreads(const ::Thread* a,
874 const ::Thread* b)
/haiku/src/system/kernel/fs/
H A Dfifo.cpp103 Thread* GetThread() const
115 Thread* fThread;
123 WriteRequest(Thread* thread, size_t minimalWriteCount)
130 Thread* GetThread() const
141 Thread* fThread;
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp239 ::Thread* thread;
245 BReference< ::Thread> threadReference(thread, true);
407 BReference< ::Thread> threadReference(event.GetThread());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp91 ::Thread* thread;
93 ThreadStackFrameSelectionKey(::Thread* thread)
125 ThreadStackFrameSelectionEntry(::Thread* thread, StackFrame* frame)
893 TeamWindow::ThreadSelectionChanged(::Thread* thread)
969 TeamWindow::ThreadActionRequested(::Thread* thread, uint32 action,
1010 StackFrame* frame, ::Thread* thread)
1369 TeamWindow::_SetActiveThread(::Thread* thread)
1796 ::Thread* thread = fTeam->ThreadByID(threadID);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp148 static Thread* sDebuggedThread;
830 Thread* thread = thread_get_current_thread();
834 sizeof(Thread), B_KERNEL_READ_AREA)) {
843 kprintf("Thread %" B_PRId32 " \"%.64s\" running on CPU %" B_PRId32 "\n",
2232 Thread*
2233 debug_set_debugged_thread(Thread* thread)
2235 Thread* previous = sDebuggedThread;
2241 Thread*
2259 Thread* thread = debug_get_debugged_thread();
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp581 Thread* thread = thread_get_current_thread();
590 Thread* thread = thread_get_current_thread();
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp108 Thread *thread = thread_get_current_thread();
137 Thread *thread = thread_get_current_thread();
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h36 thread_id Thread() const { return fThread; } function in class:DebugEvent
/haiku/headers/os/app/
H A DLooper.h79 thread_id Thread() const;
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp11 #include "model/Thread.h"
38 ValueNodeManager::SetStackFrame(Thread* thread,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp94 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState)
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp272 Thread* thread = thread_get_current_thread();
370 Thread* thread = thread_get_current_thread();
533 Thread* thread = thread_get_current_thread();
778 Thread* thread = thread_get_current_thread();
/haiku/src/kits/app/
H A DLooper.cpp217 if (get_thread_info(Thread(), &threadInfo) == B_OK)
560 thread_id thread = Thread();
652 BLooper::Thread() const function in class:BLooper
1056 if (find_thread(NULL) != Thread()
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp28 Thread* thread;
34 Thread* thread;
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp165 Thread* thread = Thread::GetDebug(threadID);
218 " <thread> - Thread ID that is blocked on a user mutex\n", 0);
/haiku/src/apps/debugger/
H A DDebugger.cpp750 thread_id teamDebuggerThread = teamDebugger->Thread();
807 thread_id teamDebuggerThread = teamDebugger->Thread();
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp44 threads.push_back(fWorkers.ItemAt(i)->Thread());
/haiku/src/servers/index/
H A DVolumeWatcher.cpp442 thread_id threadId = fVolumeWorker->Thread();
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.h178 static void _UnassignThread(Thread* thread,
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp195 set_thread_priority(Thread(), B_DISPLAY_PRIORITY);
/haiku/src/add-ons/kernel/file_cache/
H A Dlog.cpp86 Thread *thread = thread_get_current_thread();
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp89 thread_id id = manager->Thread();

Completed in 204 milliseconds

12345678910