Searched refs:CO_UNLOCK_OD (Results 1 – 10 of 10) sorted by relevance
72 #define CO_UNLOCK_OD() macro85 …#define CO_UNLOCK_OD() {if(pthread_mutex_unlock(&CO_OD_mtx) != 0) CO_errExit("Mutex unloc… macro
298 CO_UNLOCK_OD(); in CANrx_taskTmr_process()
134 CO_UNLOCK_OD(); in CO_OD_storage_saveSecure()
169 #define CO_UNLOCK_OD() /**< Unock critical section when accessing Object Dictionary */ macro
182 static inline void CO_UNLOCK_OD() { (void)pthread_mutex_unlock(&CO_OD_mutex); } /**< Unock crit… in CO_UNLOCK_OD() function
167 CO_UNLOCK_OD(); in CANrx_threadTmr_process()
656 CO_UNLOCK_OD(); in CO_SDO_readOD()666 CO_UNLOCK_OD(); in CO_SDO_readOD()672 CO_UNLOCK_OD(); in CO_SDO_readOD()677 CO_UNLOCK_OD(); in CO_SDO_readOD()749 CO_UNLOCK_OD(); in CO_SDO_writeOD()769 CO_UNLOCK_OD(); in CO_SDO_writeOD()
61 #define CO_UNLOCK_OD() if(CO_interruptStatus & 0x00000001) {__builtin_enable_interrupts();} macro
52 #define CO_UNLOCK_OD() asm volatile ("disi #0x0000") macro
114 #define CO_UNLOCK_OD() asm volatile ("disi #0x0000") macro