Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c364 #define TIMER_MUTEX_UNLOCK(flags) spin_unlock_irqrestore(&_MsOS_Timer_Mutex, flags) macro
2116 TIMER_MUTEX_UNLOCK(flags); in _MsOS_TimerNotify()
2126 TIMER_MUTEX_UNLOCK(flags); in _MsOS_TimerNotify()
2167 TIMER_MUTEX_UNLOCK(flags); in MsOS_CreateTimer()
2185 TIMER_MUTEX_UNLOCK(flags); in MsOS_CreateTimer()
2220 TIMER_MUTEX_UNLOCK(flags); in MsOS_DeleteTimer()
2225 TIMER_MUTEX_UNLOCK(flags); in MsOS_DeleteTimer()
2256 TIMER_MUTEX_UNLOCK(flags); in MsOS_StartTimer()
2261 TIMER_MUTEX_UNLOCK(flags); in MsOS_StartTimer()
2293 TIMER_MUTEX_UNLOCK(flags); in MsOS_StopTimer()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c421 #define TIMER_MUTEX_UNLOCK() spin_unlock(&_MsOS_Timer_Mutex) macro
1763 TIMER_MUTEX_UNLOCK(); in MsOS_CreateTimer()
1812 TIMER_MUTEX_UNLOCK(); in MsOS_DeleteTimer()