Searched refs:__next_id (Results 1 – 2 of 2) sorted by relevance
134 static int32_t __next_id;
593 constinit int32_t locale::id::__next_id = 0; member in locale::id596 call_once(__flag_, [&] { __id_ = __libcpp_atomic_add(&__next_id, 1); }); in __get()