Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c474 static pthread_mutex_t _ISR_Mutex; variable
693 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()