Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Datomic.h51 static inline void atomic_store_short(short int *p, short int val) in atomic_store_short() function
/optee_os/core/kernel/
H A Dmutex.c87 atomic_store_short(&m->owner, ct); in __mutex_lock_recursive()
123 atomic_store_short(&m->owner, THREAD_ID_INVALID); in __mutex_unlock_recursive()