Searched refs:_ISR_Mutex (Results 1 – 1 of 1) sorted by relevance
474 static pthread_mutex_t _ISR_Mutex; variable693 PTH_RET_CHK(pthread_mutex_init(&_ISR_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()3229 PTH_RET_CHK(pthread_mutex_lock(&_ISR_Mutex)); in MsOS_AttachInterrupt()3238 PTH_RET_CHK(pthread_mutex_unlock(&_ISR_Mutex)); in MsOS_AttachInterrupt()3251 PTH_RET_CHK(pthread_mutex_lock(&_ISR_Mutex)); in MsOS_DetachInterrupt()3255 PTH_RET_CHK(pthread_mutex_unlock(&_ISR_Mutex)); in MsOS_DetachInterrupt()