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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h25 typedef int count_t; typedef in namespace:__refstring_imp::__anon1257
30 count_t count;
98 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
110 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) {

Completed in 171 milliseconds