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

/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DKeyboardProtocolHandler.cpp38 static int32 sDebuggerCommandAdded = 0; variable
157 if (atomic_add(&sDebuggerCommandAdded, 1) == 0) {
169 if (atomic_add(&sDebuggerCommandAdded, -1) == 1) {
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.cpp22 static int32 sDebuggerCommandAdded = 0; variable
572 if (atomic_add(&sDebuggerCommandAdded, 1) == 0) {
587 if (atomic_add(&sDebuggerCommandAdded, -1) == 1) {

Completed in 45 milliseconds