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);
85 int32 ViewInputDevice::_StartWatchPort(void *arg) function in class:ViewInputDevice

Completed in 16 milliseconds