Searched refs:fPS2DisablerThread (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h69 thread_id fPS2DisablerThread; member in class:MasterServerDevice
H A DMasterServerDevice.cpp48 fPS2DisablerThread(B_ERROR),
396 // if (fPS2DisablerThread < B_OK) {
397 // fPS2DisablerThread = spawn_thread(_ps2_disabler, "PS/2 Mouse disabler", B_LOW_PRIORITY, this);
398 // if (fPS2DisablerThread >= B_OK)
399 // resume_thread(fPS2DisablerThread);
407 // if (fPS2DisablerThread >= B_OK) {
409 // wait_for_thread(fPS2DisablerThread, &err);
411 // fPS2DisablerThread = B_ERROR;

Completed in 21 milliseconds