pub fn test_and_clear_signal_pending_current() -> boolExpand 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.