Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Drefcount.h61 atomic_store_uint(&r->val, val); in refcount_set()
/optee_os/lib/libutils/ext/include/
H A Datomic.h56 static inline void atomic_store_uint(unsigned int *p, unsigned int val) in atomic_store_uint() function
/optee_os/core/crypto/
H A Drng_fortuna.c194 atomic_store_uint(&ring_buffer.begin, next_begin); in push_ring_buffer()
217 atomic_store_uint(&ring_buffer.end, next_end); in pop_ring_buffer()