Searched defs:thread (Results 101 - 125 of 301) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/support/
H A DBasicThread.h81 thread_id thread() const { return m_thread; } function in class:BasicThread
/haiku/src/kits/media/legacy/
H A DDeprecated.cpp108 media_realtime_init_thread(thread_id thread, size_t stack_used, uint32 flags) argument
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp19 thread_id thread; member in struct:report_sender_info
60 KPPPReportManager::SendReport(thread_id thread, const ppp_report_packet *report) argument
87 EnableReports(ppp_report_type type, thread_id thread, int32 flags) argument
106 DisableReports(ppp_report_type type, thread_id thread) argument
135 DoesReport(ppp_report_type type, thread_id thread) argument
[all...]
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp19 ::Thread* thread; member in struct:ExpressionValues::Key
22 Key(FunctionID* function, ::Thread* thread, const BString& expression) argument
49 ValueEntry(FunctionID* function, ::Thread* thread, argument
141 GetValue(FunctionID* function, ::Thread* thread, const BString* expression, BVariant& _value) const argument
154 HasValue(FunctionID* function, ::Thread* thread, const BString* expression) const argument
162 SetValue(FunctionID* function, ::Thread* thread, const BString& expression, const BVariant& value) argument
[all...]
/haiku/src/bin/debug/
H A Ddebug_utils.cpp105 thread_id thread; local
144 set_thread_debugging_flags(port_id nubPort, thread_id thread, int32 flags) argument
167 continue_thread(port_id nubPort, thread_id thread) argument
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp38 ValueNodeManager::SetStackFrame(Thread* thread, argument
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c245 __pthread_attr_get_np(pthread_t thread, pthread_attr_t *_attr) argument
273 __pthread_getattr_np(pthread_t thread, pthread_attr_t *_attr) argument
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c112 thread_info thread; local
126 thread_info thread; local
152 thread_info thread; local
181 thread_info thread; local
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c139 thread_id thread; local
/haiku/src/servers/app/
H A DMultiLocker.cpp386 thread_id thread = find_thread(NULL); local
398 thread_id thread = find_thread(NULL); local
[all...]
H A DAppServer.cpp156 thread_id thread = desktop->Thread(); local
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp16 ThreadBarMenuItem::ThreadBarMenuItem(const char* title, thread_id thread, argument
/haiku/src/kits/package/
H A DFetchFileJob.cpp119 thread_id thread = request->Run(); local
/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...]
/haiku/headers/build/os/app/
H A DRoster.h41 thread_id thread; member in struct:app_info
/haiku/headers/private/interface/
H A DWindowInfo.h19 int32 thread; member in struct:window_info
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtaskqueue.h182 TASKQUEUE_DECLARE(thread); variable
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp39 find_previous_iframe(Thread* thread, addr_t frame) argument
108 x86_get_thread_user_iframe(Thread *thread) argument
162 x86_initial_return_to_userland(Thread* thread, iframe* frame) argument
187 arch_thread_init_tls(Thread *thread) argument
243 arch_on_signal_stack(Thread *thread) argument
[all...]
/haiku/headers/os/app/
H A DRoster.h22 thread_id thread; member in struct:app_info
/haiku/headers/private/system/
H A Dscheduler_defs.h49 thread_id thread; member in struct:scheduling_analysis_thread_wait_object
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp179 RequestConnection::DownStreamChannelError(DownStreamThread* thread, argument
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h71 thread_id thread; member in struct:ppp_report_request
/haiku/src/kits/debug/
H A DDebugContext.cpp143 BDebugContext::ContinueThread(thread_id thread, bool singleStep) argument
156 BDebugContext::SetThreadDebuggingFlags(thread_id thread, int32 flags) argument
168 BDebugContext::GetThreadCpuState(thread_id thread, argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp57 Thread *thread = thread_get_current_thread(); local
73 Thread *thread = thread_get_current_thread(); local
108 arch_thread_init_thread_struct(Thread *thread) argument
118 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
165 arch_thread_init_tls(Thread *thread) argument
204 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) argument
212 arch_on_signal_stack(Thread *thread) argument
219 arch_setup_signal_frame(Thread *thread, struct sigaction *sa, struct signal_frame_data *signalFrameData) argument
[all...]
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp62 pthread_thread thread; local

Completed in 141 milliseconds

1234567891011>>