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

/freebsd-11-stable/lib/libc/locale/
H A Dxlocale_private.h67 long retain_count; member in struct:xlocale_refcounted
147 atomic_add_long(&(obj->retain_count), 1);
160 count = atomic_fetchadd_long(&(obj->retain_count), -1) - 1;

Completed in 116 milliseconds