* Notification clear syscall handler. * Clears specified notification bits from calling thread (non-blocking). * * Parameters: * R0: bits - notification bits to clear * * Returns (R0): * The bits that were actually cleared (intersection of requested and set) * * Use case: Clear stale timeout notifications after early mutex acquire * to prevent spurious timeouts in subsequent timed wa
source not stored for this graph (policy: none)
no test coverage detected