Searched refs:__next_id (Results 1 – 3 of 3) sorted by relevance
132 static int32_t __next_id;
152 static int32_t __next_id;
589 constinit int32_t locale::id::__next_id = 0; member in locale::id592 call_once(__flag_, [&] { __id_ = __libcpp_atomic_add(&__next_id, 1); }); in __get()