Searched refs:Thread (Results 76 - 100 of 229) sorted by relevance

12345678910

/haiku/src/system/kernel/arch/arm/
H A Darch_user_debugger.cpp64 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState)
H A Darch_thread.cpp82 arch_thread_init_thread_struct(Thread *thread)
92 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop,
117 arch_thread_init_tls(Thread *thread)
139 arch_thread_context_switch(Thread *from, Thread *to)
179 arch_thread_enter_userspace(Thread *thread, addr_t entry,
216 arch_on_signal_stack(Thread *thread)
231 get_signal_stack(Thread* thread, struct iframe* frame,
247 arch_setup_signal_frame(Thread *thread, struct sigaction *sa,
/haiku/src/kits/debugger/jobs/
H A DGetThreadStateJob.cpp14 #include "Thread.h"
18 ::Thread* thread)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h22 class Thread;
50 void SetStackFrame(Thread* thread,
145 Thread* fThread;
174 Thread* thread) = 0;
H A DTeamWindow.h98 virtual void ThreadSelectionChanged(::Thread* thread);
131 virtual void ThreadActionRequested(::Thread* thread,
145 ::Thread* thread);
180 void _SetActiveThread(::Thread* thread);
221 ::Thread* fActiveThread;
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp226 // Thread
227 struct Thread : public DoublyLinkedListLinkImpl<Thread> { struct in inherits:DoublyLinkedListLinkImpl
229 Thread(Runnable *runnable, const char *name) function in struct:Thread
239 ~Thread()
270 return ((Thread*)data)->fRunnable->Run();
283 while (Thread *thread = fThreads.Head()) {
298 Thread *CreateThread(Runnable *runnable, const char *name)
300 Thread *thread = new Thread(runnabl
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_user_debugger.cpp58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState)
H A Darch_debug.cpp20 arch_debug_contains_call(Thread *thread, const char *symbol,
/haiku/src/servers/app/
H A DMessageLooper.h28 thread_id Thread() const { return fThread; } function in class:MessageLooper
/haiku/src/system/kernel/arch/arm64/
H A Darch_user_debugger.cpp54 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState)
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h76 ::Thread* CurrentThread() const { return fCurrentThread; }
78 void SetCurrentThread(::Thread* thread);
150 BReference< ::Thread> fStoppedThread;
151 ::Thread* fCurrentThread;
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp87 Thread* thread = thread_get_current_thread();
103 x86_set_tls_context(Thread *thread)
125 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action,
163 arch_thread_init_thread_struct(Thread *thread)
180 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop,
222 arch_thread_enter_userspace(Thread* thread, addr_t entry, void* args1,
293 arch_setup_signal_frame(Thread* thread, struct sigaction* action,
352 // Update Thread::user_signal_context, now that everything seems to have
402 Thread* thread = thread_get_current_thread();
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h12 struct Thread;
68 BKernel::Thread* thread;
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp64 static void schedule_profiling_timer(Thread* thread, bigtime_t interval);
137 update_thread_user_debug_flag(Thread* thread)
151 update_thread_breakpoints_flag(Thread* thread)
162 /*! Updates the Thread::flags THREAD_FLAGS_BREAKPOINTS_DEFINED bit of all
172 Thread* thread = team->thread_list;
188 update_thread_debugger_installed_flag(Thread* thread)
206 Thread* thread = team->thread_list;
453 Thread *thread = thread_get_current_thread();
481 Thread *thread = thread_get_current_thread();
517 Thread *threa
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp41 static bool is_kernel_stack_address(Thread* thread, addr_t address);
70 bool onKernelStack, Thread* thread)
106 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress,
373 print_stack_frame(Thread* thread, addr_t ip, addr_t bp, addr_t nextBp,
468 setup_for_thread(char* arg, Thread** _thread, addr_t* _bp,
471 Thread* thread = NULL;
475 thread = Thread::GetDebug(id);
530 is_kernel_stack_address(Thread* thread, addr_t address)
550 is_iframe(Thread* thread, addr_t frame)
562 find_previous_iframe(Thread* threa
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c519 (WalkState->Thread->CurrentSyncLevel >
526 WalkState->Thread->CurrentSyncLevel));
537 (WalkState->Thread->ThreadId !=
556 WalkState->Thread->CurrentSyncLevel;
559 WalkState->Thread->ThreadId;
571 WalkState->Thread->CurrentSyncLevel =
628 * PARAMETERS: Thread - Info for this thread
640 ACPI_THREAD_STATE *Thread,
685 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread);
771 AcpiDsPopWalkState(Thread);
639 AcpiDsCallControlMethod( ACPI_THREAD_STATE *Thread, ACPI_WALK_STATE *ThisWalkState, ACPI_PARSE_OBJECT *Op) argument
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp132 FindAreaEx(Thread* thread, addr_t adr)
145 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress,
197 WritePCEx(Thread* thread, addr_t pc)
267 DoStackTraceEx(Thread* thread, addr_t fp, addr_t pc)
321 Thread* thread = Thread::GetDebug(id);
354 arch_debug_contains_call(Thread *thread, const char *symbol,
H A Darch_thread.cpp44 arch_thread_init_thread_struct(Thread *thread)
51 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop,
66 arch_thread_init_tls(Thread *thread)
75 arch_thread_context_switch(Thread *from, Thread *to)
107 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1,
147 arch_on_signal_stack(Thread *thread)
162 get_signal_stack(Thread* thread, struct iframe* frame,
182 arch_setup_signal_frame(Thread *thread, struct sigaction *sa,
/haiku/src/system/kernel/
H A DUserTimer.cpp43 Thread* thread;
57 void Lock(Team* team, Thread* thread)
80 thread = Thread::GetAndLock(threadID);
628 TeamTimeUserTimer::Update(Thread* unscheduledThread, Thread* lockedThread)
637 Thread* thread = gCPU[i].running_thread;
698 TeamTimeUserTimer::_Update(bool unscheduling, Thread* lockedThread)
940 Thread* newThread = Thread::Get(fThreadID);
1231 create_timer(clockid_t clockID, int32 timerID, Team* team, Thread* threa
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp84 Thread* thread = thread_get_current_thread();
99 x86_set_tls_context(Thread* thread)
121 get_signal_stack(Thread* thread, iframe* frame, struct sigaction* action,
159 Thread* thread = thread_get_current_thread();
216 arch_thread_init_thread_struct(Thread* thread)
237 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop,
274 arch_thread_enter_userspace(Thread* thread, addr_t entry, void* args1,
342 arch_setup_signal_frame(Thread* thread, struct sigaction* action,
401 // Update Thread::user_signal_context, now that everything seems to have
446 Thread* threa
[all...]
/haiku/headers/private/kernel/
H A Dksignal.h25 struct Thread;
30 using BKernel::Thread;
208 void handle_signals(Thread* thread);
212 status_t send_signal_to_thread_locked(Thread* thread, uint32 signalNumber,
214 status_t send_signal_to_thread(Thread* thread, const Signal& signal,
H A Ddebug.h20 // We need the BKernel::Thread type below (opaquely) in the exported C
26 struct Thread;
29 using BKernel::Thread;
30 # define BKernel_Thread Thread
243 DebuggedThreadSetter(Thread* thread)
255 Thread* fPreviousThread;
/haiku/src/bin/debug/profile/
H A DTeam.cpp110 Team::InitThread(Thread* thread)
189 Team::RemoveThread(Thread* thread)
210 while (Thread* thread = it.Next()) {
238 while (Thread* thread = it.Next())
280 while (Thread* thread = it.Next())
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdispat.h374 ACPI_THREAD_STATE *Thread,
541 ACPI_THREAD_STATE *Thread);
564 ACPI_THREAD_STATE *Thread);
569 ACPI_THREAD_STATE *Thread);
577 ACPI_THREAD_STATE *Thread);
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.h21 Model::Thread* thread);
25 Model::Thread* GetThread() const { return fThread; }
48 Model::Thread* fThread;

Completed in 190 milliseconds

12345678910