Home
last modified time | relevance | path

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

/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind_i.h91 # define fetch_and_add(_ptr, value) AO_fetch_and_add(_ptr, value) macro
109 # define fetch_and_add(_ptr, value) __sync_fetch_and_add(_ptr, value) macro
/third_party/ulib/ngunwind/src/mi/
A Dmempool.c57 pos = fetch_and_add (&sos_memory_freepos, size); in sos_alloc()

Completed in 5 milliseconds