Home
last modified time | relevance | path

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

/haiku/src/servers/input/
H A DInputServer.cpp146 fInputDeviceListLocker("input server device list"), in InputServer()
1242 BAutolock lock(fInputDeviceListLocker); in GetDeviceInfo()
1265 BAutolock lock(fInputDeviceListLocker); in GetDeviceInfos()
1281 BAutolock lock(fInputDeviceListLocker); in UnregisterDevices()
1330 BAutolock lock(fInputDeviceListLocker); in RegisterDevices()
1381 BAutolock lock(fInputDeviceListLocker); in StartStopDevices()
1430 BAutolock lock(fInputDeviceListLocker); in StartStopDevices()
1465 BAutolock lock(fInputDeviceListLocker); in ControlDevices()
H A DInputServer.h220 BLocker fInputDeviceListLocker; variable