Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dspinlock.h45 static inline bool thread_spin_trylock(unsigned int *lock) in thread_spin_trylock() function
/optee_os/core/kernel/
H A Dmutex.c363 if (!thread_spin_trylock(&m->lock)) in mutex_pm_aware_lock()