Searched refs:CO_UNLOCK_EMCY (Results 1 – 7 of 7) sorted by relevance
69 #define CO_UNLOCK_EMCY() macro81 …#define CO_UNLOCK_EMCY() {if(pthread_mutex_unlock(&CO_EMCY_mtx) != 0) CO_errExit("Mutex unl… macro
166 #define CO_UNLOCK_EMCY() /**< Unlock critical section in CO_errorReport() or CO_errorReset() */ macro
178 static inline void CO_UNLOCK_EMCY() { (void)pthread_mutex_unlock(&CO_EMCY_mutex); } /**< Unlock cri… in CO_UNLOCK_EMCY() function
386 CO_UNLOCK_EMCY(); in CO_errorReport()445 CO_UNLOCK_EMCY(); in CO_errorReset()
58 #define CO_UNLOCK_EMCY() if(CO_interruptStatus & 0x00000001) {__builtin_enable_interrupts();} macro
49 #define CO_UNLOCK_EMCY() asm volatile ("disi #0x0000") macro
111 #define CO_UNLOCK_EMCY() asm volatile ("disi #0x0000") macro