Searched defs:thread (Results 151 - 175 of 301) sorted by relevance

1234567891011>>

/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp179 scheduling_analysis_thread* thread = analysis.threads[i]; local
[all...]
/haiku/headers/private/kernel/
H A Dlock.h282 recursive_lock_transfer_lock(recursive_lock* lock, thread_id thread) argument
H A Dthread.h43 Thread* thread; member in struct:BKernel::ThreadCreationAttributes
108 Thread *thread = thread_get_current_thread(); local
113 thread_is_idle_thread(Thread *thread) argument
193 thread_is_interrupted(Thread* thread, uint32 flags) argument
215 thread_is_blocked(Thread* thread) argument
326 thread_prepare_to_block(Thread* thread, uint32 flags, uint32 type, const void* object) argument
352 thread_unblock_locked(Thread* thread, status_t status) argument
387 thread_interrupt(Thread* thread, bool kill) argument
402 thread_pin_to_current_cpu(Thread* thread) argument
409 thread_unpin_from_current_cpu(Thread* thread) argument
418 Thread* thread = thread_get_current_thread(); local
426 Thread* thread = thread_get_current_thread(); local
442 thread_continue(Thread* thread) argument
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp61 arch_thread_init_thread_struct(Thread *thread) argument
68 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, argument
79 arch_thread_init_tls(Thread *thread) argument
88 arm64_set_tls_context(Thread *thread) argument
114 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) argument
145 arch_on_signal_stack(Thread *thread) argument
152 arch_setup_signal_frame(Thread *thread, struct sigaction *sa, struct signal_frame_data *signalFrameData) argument
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp35 arch_thread_init_thread_struct(Thread *thread) argument
45 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, argument
92 arch_thread_init_tls(Thread *thread) argument
112 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) argument
120 arch_on_signal_stack(Thread *thread) argument
127 arch_setup_signal_frame(Thread *thread, struct sigaction *sa, argument
[all...]
H A Darch_debug.cpp20 arch_debug_contains_call(Thread *thread, const char *symbol, argument
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp210 thread_id thread = spawn_thread(&_DownloadThreadEntry, local
218 ScreenshotWindow::_SetWorkerThread(thread_id thread) argument
/haiku/src/system/kernel/
H A DDPC.cpp149 thread_id thread = fThreadID; local
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp188 Thread *thread = thread_get_current_thread(); local
[all...]
/haiku/src/apps/mail/
H A DQueryMenu.cpp224 thread_id thread; local
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h59 thread_id thread; member in struct:GlobalTestContext::ThreadEntry
H A Dkernel_unit_tests.cpp188 Thread* thread = thread_get_current_thread(); local
/haiku/src/system/kernel/fs/
H A DVnode.h87 Thread* thread; member in struct:vnode::LockWaiter
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp28 Thread* thread; member in struct:mutex_waiter
34 Thread* thread; member in struct:rw_lock_waiter
144 thread_id thread = find_thread(NULL); local
161 thread_id thread local
501 thread_id thread = find_thread(NULL); local
[all...]
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp116 CoreFileDebuggerInterface::ContinueThread(thread_id thread) argument
123 CoreFileDebuggerInterface::StopThread(thread_id thread) argument
130 CoreFileDebuggerInterface::SingleStepThread(thread_id thread) argument
284 CoreFileDebuggerInterface::GetThreadInfo(thread_id thread, ThreadInfo& info) argument
296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
308 CoreFileDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) argument
/haiku/headers/private/fs_shell/
H A Dfssh_os.h119 fssh_thread_id thread; member in struct:__anon369
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp567 PPPManager::EnableReports(ppp_report_type type, thread_id thread, argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp239 ExpressionEvaluationRequested(ExpressionInfo* info, StackFrame* frame, ::Thread* thread) argument
374 ::Thread* thread = fTeam->ThreadByID(threadID); local
430 ::Thread* thread = fTeam->ThreadByID(threadID); local
446 ::Thread* thread = fTeam->ThreadByID(threadID); local
544 _CreateThreadMenuItem(::Thread* thread, BMenuItem*& _item) const argument
[all...]
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp362 RemoteDebugSetThreadFlagsRequest::SetTo(thread_id thread, int32 flags) argument
419 RemoteDebugThreadActionRequest::SetTo(thread_id thread) argument
549 RemoteDebugSetCpuStateRequest::SetTo(thread_id thread, CpuState* state) argument
[all...]
/haiku/src/system/libroot/os/
H A Ddebug.c97 debug_thread(thread_id thread) argument
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp238 Thread* thread = thread_get_current_thread(); local
250 Thread* thread = thread_get_current_thread(); local
/haiku/src/system/kernel/slab/
H A DObjectCache.h43 thread_id thread; member in struct:ObjectCacheResizeEntry
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.cpp89 ThreadData::ThreadData(Thread* thread) argument
/haiku/headers/private/app/
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/preferences/time/
H A DNetworkTimeView.cpp609 update_time(const Settings& settings, BMessenger* messenger, thread_id* thread) argument

Completed in 263 milliseconds

1234567891011>>