Searched refs:portCHECK_IF_IN_ISR (Results 1 – 2 of 2) sorted by relevance
731 configASSERT( !portCHECK_IF_IN_ISR() ); in vPortLockInternalSpinUnlockWithWait()760 if( !portCHECK_IF_IN_ISR() ) in vPortLockInternalSpinUnlockWithNotify()797 configASSERT( !portCHECK_IF_IN_ISR() ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
111 #define portCHECK_IF_IN_ISR() ({ \ macro