Searched refs:__sync_lock_test_and_set (Results 1 – 5 of 5) sorted by relevance
131 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; in backtrace_alloc()225 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; in backtrace_free()
65 #define __sync_lock_test_and_set(A, B) (abort(), 0) macro
226 "__sync_lock_test_and_set",
7067 @item @var{type} __sync_lock_test_and_set (@var{type} *ptr, @var{type} value, ...)7068 @findex __sync_lock_test_and_set7088 This builtin releases the lock acquired by @code{__sync_lock_test_and_set}.