Skip to main content

test_and_clear_signal_pending_current

Function test_and_clear_signal_pending_current 

Source
pub fn test_and_clear_signal_pending_current() -> bool
Expand description

Test and clear the signal_pending flag for the current CPU.

Returns true if a signal was marked pending since the last check. This is a one-shot check : the flag is cleared atomically.