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

/haiku-fatelf/headers/private/kernel/
H A Dthread_types.h530 static status_t Create(const char* name, Thread*& _thread);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThread.h139 HANDLE _thread; member in class:IlmThread::Thread
141 pthread_t _thread; member in class:IlmThread::Thread
H A DIlmThreadPosix.cpp83 int error = ::pthread_join (_thread, 0);
91 if (int error = ::pthread_create (&_thread, 0, Start (threadLoop), this))
H A DIlmThreadWin32.cpp77 DWORD status = ::WaitForSingleObject (_thread, INFINITE);
79 bool ok = ::CloseHandle (_thread);
88 _thread = (HANDLE)::_beginthreadex (0, 0, &threadLoop, this, 0, &id);
90 if (_thread == 0)
/haiku-fatelf/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1247 void _GetThreadAndTimeAt(BPoint point, Model::Thread*& _thread, argument
1250 _thread = fModel->ThreadAt(
/haiku-fatelf/src/apps/debugger/model/
H A DTeam.cpp132 Team::AddThread(const ThreadInfo& threadInfo, Thread** _thread) argument
147 if (_thread != NULL)
148 *_thread = thread;
H A DTeam.h100 Thread** _thread = NULL);
/haiku-fatelf/src/servers/app/
H A DMultiLocker.cpp152 MultiLocker::IsWriteLocked(addr_t* _stackBase, thread_id* _thread) const
182 if (_thread != NULL)
183 *_thread = thread;
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_debug.cpp459 setup_for_thread(char* arg, Thread** _thread, addr_t* _bp, argument
506 *_thread = thread;
/haiku-fatelf/src/system/kernel/posix/
H A Dxsi_message_queue.cpp38 queued_thread(Thread *_thread, int32 _message_length) argument
40 thread(_thread),
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp268 Thread::Create(const char* name, Thread*& _thread) argument
280 _thread = thread;
/haiku-fatelf/src/system/libroot/os/
H A Dthread.c35 thread_entry(void* _entry, void* _thread) argument
38 pthread_thread* thread = (pthread_thread*)_thread;
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread.cpp38 pthread_thread_entry(void*, void* _thread) argument
40 pthread_thread* thread = (pthread_thread*)_thread;
136 pthread_create(pthread_t* _thread, const pthread_attr_t* attr, argument
139 if (_thread == NULL)
162 *_thread = thread;
/haiku-fatelf/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

Completed in 118 milliseconds