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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.h80 extern volatile sig_atomic_t intpending;
96 if (--suppressint == 0 && intpending) onint(); \
104 if (intpending) onint(); \
111 if ((suppressint = (v)) == 0 && intpending) onint(); \
114 #define CLEAR_PENDING_INT intpending = 0
115 #define int_pending() intpending
H A Derror.c64 volatile sig_atomic_t intpending; variable
102 intpending = 0;
229 if (--suppressint == 0 && intpending) {
H A Dtrap.c302 intpending = 1;

Completed in 76 milliseconds