Searched refs:_ControlThreadEntry (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h42 static int32 _ControlThreadEntry(void* arg);
H A DKeyboardInputDevice.cpp205 fThread = spawn_thread(_ControlThreadEntry, threadName,
257 KeyboardDevice::_ControlThreadEntry(void* arg) function in class:KeyboardDevice
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp112 static status_t _ControlThreadEntry(void* arg);
185 fThread = spawn_thread(_ControlThreadEntry, threadName,
273 TabletDevice::_ControlThreadEntry(void* arg) function in class:TabletDevice
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp119 static status_t _ControlThreadEntry(void* arg);
217 fThread = spawn_thread(_ControlThreadEntry, threadName,
351 MouseDevice::_ControlThreadEntry(void* arg) function in class:MouseDevice

Completed in 43 milliseconds