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

/haiku/src/system/kernel/
H A Dsignal.cpp407 Signal* otherSignal = NULL; local
409 (otherSignal = it.Next()) != NULL;) {
410 if (priority > otherSignal->Priority())
414 fQueuedSignals.InsertBefore(otherSignal, signal);

Completed in 36 milliseconds