Searched defs:thread (Results 126 - 150 of 303) sorted by last modified time

1234567891011>>

/haiku/headers/private/kernel/
H A Dsyscall_restart.h24 Thread* thread = thread_get_current_thread(); local
48 Thread* thread = thread_get_current_thread(); local
71 Thread* thread = thread_get_current_thread(); local
85 Thread* thread = thread_get_current_thread(); local
96 Thread* thread = thread_get_current_thread(); local
112 Thread* thread = thread_get_current_thread(); local
[all...]
H A Dkscheduler.h123 Thread* thread = get_cpu_struct()->running_thread; local
[all...]
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp94 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/kits/package/
H A DFetchFileJob.cpp119 thread_id thread = request->Run(); local
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp87 Thread* thread = thread_get_current_thread(); local
103 x86_set_tls_context(Thread *thread) argument
125 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action, argument
163 arch_thread_init_thread_struct(Thread *thread) argument
180 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
222 arch_thread_enter_userspace(Thread* thread, addr_t entry, void* args1, void* args2) argument
293 arch_setup_signal_frame(Thread* thread, struct sigaction* action, struct signal_frame_data* signalFrameData) argument
402 Thread* thread = thread_get_current_thread(); local
[all...]
/haiku/src/system/kernel/
H A Dmain.cpp233 thread_id thread = spawn_kernel_thread(&main2, "main2", local
394 thread_id thread; local
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp202 get_cpu_state(Thread* thread, iframe* frame, debug_cpu_state* cpuState) argument
731 Thread* thread = thread_get_current_thread(); local
750 Thread* thread = thread_get_current_thread(); local
792 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
922 Thread* thread = thread_get_current_thread(); local
949 Thread* thread = thread_get_current_thread(); local
984 Thread* thread = thread_get_current_thread(); local
[all...]
/haiku/src/tools/fs_shell/
H A Dlock.cpp70 fssh_thread_id thread = fssh_find_thread(NULL); local
87 fssh_thread_id thread = fssh_find_thread(NULL); local
116 fssh_recursive_lock_transfer_lock(fssh_recursive_lock *lock, fssh_thread_id thread) argument
201 fssh_mutex_transfer_lock(fssh_mutex *mutex, fssh_thread_id thread) argument
[all...]
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.h13 thread_id thread; member in struct:__anon8
H A DThreadBarMenuItem.cpp16 ThreadBarMenuItem::ThreadBarMenuItem(const char* title, thread_id thread, argument
H A DPriorityMenu.cpp19 PriorityMenu::PriorityMenu(thread_id thread, int32 priority) argument
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp79 ThreadHandler::ThreadHandler(::Thread* thread, Worker* worker, argument
[all...]
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp609 update_time(const Settings& settings, BMessenger* messenger, thread_id* thread) argument
/haiku/src/kits/tracker/
H A DStatusWindow.cpp229 BStatusWindow::CreateStatusItem(thread_id thread, StatusWindowState type) argument
278 BStatusWindow::InitStatusItem(thread_id thread, int32 totalItems, argument
296 BStatusWindow::UpdateStatus(thread_id thread, const char* curItem, argument
313 BStatusWindow::RemoveStatusItem(thread_id thread) argument
365 BStatusWindow::CheckCanceledOrPaused(thread_id thread) argument
389 thread_id thread = view->Thread(); local
435 BStatusView(BRect bounds, thread_id thread, StatusWindowState type) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp1007 Thread *thread = thread_get_current_thread(); local
/haiku/src/servers/registrar/
H A DTRoster.cpp169 thread_id thread; local
317 thread_id thread; local
528 thread_id thread; local
[all...]
/haiku/src/system/kernel/debug/
H A Dtracing.cpp836 Thread* thread = thread_get_current_thread(); local
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_user_debugger.cpp54 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) argument
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/debug/
H A Ddebug_support.cpp288 debug_get_cpu_state(debug_context *context, thread_id thread, argument
321 debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/app/
H A DRoster.cpp1426 _AddApplication(const char* signature, const entry_ref* ref, uint32 flags, team_id team, thread_id thread, port_id port, bool fullRegistration, uint32* pToken, team_id* otherTeam) const argument
1556 _SetThreadAndTeam(uint32 entryToken, thread_id thread, team_id team, port_id* _port) const argument
1606 _CompleteRegistration(team_id team, thread_id thread, port_id port) const argument
[all...]
/haiku/headers/private/app/
H A DRegistrarDefs.h183 thread_id thread; member in struct:BPrivate::flat_app_info
H A DRosterPrivate.h57 status_t CompleteRegistration(team_id team, thread_id thread, argument
47 AddApplication(const char *mimeSig, const entry_ref *ref, uint32 flags, team_id team, thread_id thread, port_id port, bool fullReg, uint32 *token, team_id *otherTeam) const argument
/haiku/src/bin/debug/profile/
H A Dprofile.cpp392 _CreateThreadProfileResult(Thread* thread) argument
622 Thread* thread = threadManager.FindThread(event->thread); local
771 Thread* thread = threadManager.ThreadAt(i); local
837 Thread* thread = threadManager.ThreadAt(i); local
910 Thread* thread = threadManager.FindThread( local
[all...]

Completed in 212 milliseconds

1234567891011>>