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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h135 #define fatal_signal_pending(task) linux_fatal_signal_pending(task) macro
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c443 fatal_signal_pending(VCHIQ_THREAD_T thr) function
H A Dvchi_bsd.h405 int fatal_signal_pending(VCHIQ_THREAD_T);
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c438 if ((status != VCHIQ_RETRY) || fatal_signal_pending(current) ||
H A Dvchiq_arm.c761 if ((status != VCHIQ_RETRY) || fatal_signal_pending(current) ||

Completed in 71 milliseconds