Searched refs:_Thread (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp34 thread_id _Thread; member in class:ViewInputDevice
72 _Thread = spawn_thread(_StartWatchPort, device, B_REAL_TIME_DISPLAY_PRIORITY+4, this);
73 resume_thread(_Thread);
80 kill_thread(_Thread);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp75 return ((Task*)data)->_Thread();
78 // _Thread
80 Task::_Thread() function in class:Task
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h30 int32 _Thread();
/haiku/src/apps/midiplayer/
H A DScopeView.h48 static int32 _Thread(void* data);
H A DScopeView.cpp69 fScopeThreadID = spawn_thread(_Thread, "ScopeThread",
106 ScopeView::_Thread(void* data) function in class:ScopeView
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonPrivate.h53 int32 _Thread();
H A DVirtioBalloonDevice.cpp119 return device->_Thread();
124 VirtioBalloonDevice::_Thread() function in class:VirtioBalloonDevice
/haiku/src/system/kernel/
H A DDPC.cpp263 return ((DPCQueue*)data)->_Thread();
268 DPCQueue::_Thread() function in class:DPCQueue
/haiku/headers/private/kernel/
H A DDPC.h81 status_t _Thread();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp86 return ((ConnectionInitializer*)data)->_Thread();
89 int32 _Thread() function in class:NetFSServer::ConnectionInitializer

Completed in 68 milliseconds