Searched refs:_Atomic_swap (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_threads.c120 if (_Atomic_swap(__lock, 1)) {
131 if (!_Atomic_swap(__lock, 1)) {
150 if (!_Atomic_swap(__lock, 1)) {
155 } /* first _Atomic_swap */
H A D_threads.h486 * possibly concurrent updates use _Atomic_swap.
623 inline __stl_atomic_t _STLP_CALL _Atomic_swap(_STLP_VOLATILE __stl_atomic_t * __p, __stl_atomic_t __q) { function

Completed in 54 milliseconds