Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dspinlock.h61 static inline void thread_spin_unlock(unsigned int *lock) in thread_spin_unlock() function
/optee_os/core/kernel/
H A Dmutex.c374 thread_spin_unlock(&m->lock); in mutex_pm_aware_unlock()