Home
last modified time | relevance | path

Searched refs:_StartWatchPort (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp35 static int32 _StartWatchPort(void *arg);
72 _Thread = spawn_thread(_StartWatchPort, device, B_REAL_TIME_DISPLAY_PRIORITY+4, this); in Start()
85 int32 ViewInputDevice::_StartWatchPort(void *arg) in _StartWatchPort() function in ViewInputDevice