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

/haiku/headers/cpp/
H A Dstl_rope.h426 # define __add_and_fetch(l,v) add_then_test((unsigned long*)l,v) macro
431 __add_and_fetch(&_M_refcount, 1);
435 return __add_and_fetch(&_M_refcount, (size_t)(-1));

Completed in 22 milliseconds