Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c463 pthread_mutex_t TimerMutex; member
687 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Timer_Info[u32I].TimerMutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
2413 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Timer_Info[s32Id].TimerMutex)); in _MsOS_TimerNotify()
2417 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Timer_Info[s32Id].TimerMutex)); in _MsOS_TimerNotify()
2633 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_Timer_Info[s32TimerId].TimerMutex)); in MsOS_DeleteTimer()
2644 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Timer_Info[s32TimerId].TimerMutex)); in MsOS_DeleteTimer()
2650 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Timer_Info[s32TimerId].TimerMutex)); in MsOS_DeleteTimer()