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

/haiku/src/system/kernel/
H A DUserEvent.cpp82 bool wasPending = atomic_get_and_set(&fPendingDPC, 1) != 0; local
83 if (wasPending)
264 bool wasPending = atomic_get_and_set(&fPendingDPC, 1) != 0; local
265 if (wasPending)
H A Dsyscalls.cpp530 bool wasPending = _RemovePendingThread(entry->ThreadID()); local
532 return wasPending || fFilter->Filter(entry, out);

Completed in 84 milliseconds