Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_SIGNAL_CAN_NOT_CALL (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/signal/
Dlos_signal.h86 #define LOS_ERRNO_SIGNAL_CAN_NOT_CALL LOS_ERRNO_OS_ERROR(LOS_MOD_SIGNAL, 0x04) macro
Dlos_signal.c274 return LOS_ERRNO_SIGNAL_CAN_NOT_CALL; in LOS_SignalMask()
361 return LOS_ERRNO_SIGNAL_CAN_NOT_CALL; in LOS_SignalWait()