Searched refs:_thread (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp27 static int32 _thread(void *data);
44 fThread = spawn_thread(App::_thread, "widthbuffer tester",
85 App::_thread(void *data) function in class:App
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.h31 thread_id& _thread) const;
H A DLocalTargetHostInterface.cpp194 DebuggerInterface*& _interface, thread_id& _thread) const
219 _thread = teamInfo.Id();
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterface.cpp89 DebuggerInterface*& _interface, thread_id& _thread) const
H A DNetworkTargetHostInterface.h31 thread_id& _thread) const;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp40 pthread_thread_entry(void*, void* _thread) argument
42 pthread_thread* thread = (pthread_thread*)_thread;
147 pthread_create(pthread_t* _thread, const pthread_attr_t* attr, argument
150 if (_thread == NULL)
173 *_thread = thread;
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h55 thread_id& _thread) const = 0;
/haiku/src/system/libroot/os/
H A Dthread.c36 thread_entry(void* _entry, void* _thread) argument
39 pthread_thread* thread = (pthread_thread*)_thread;
/haiku/src/kits/debugger/model/
H A DTeam.cpp137 Team::AddThread(const ThreadInfo& threadInfo, Thread** _thread) argument
152 if (_thread != NULL)
153 *_thread = thread;
/haiku/headers/private/debugger/model/
H A DTeam.h131 ::Thread** _thread = NULL);
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp468 setup_for_thread(char* arg, Thread** _thread, addr_t* _bp, argument
515 *_thread = thread;
/haiku/headers/private/kernel/
H A Dthread_types.h564 static status_t Create(const char* name, Thread*& _thread);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1247 void _GetThreadAndTimeAt(BPoint point, Model::Thread*& _thread, argument
1250 _thread = fModel->ThreadAt(
/haiku/src/system/kernel/
H A Dthread.cpp271 Thread::Create(const char* name, Thread*& _thread) argument
283 _thread = thread;

Completed in 206 milliseconds