HomeSort by relevance Sort by last modified time
    Searched refs:__next_id (Results 1 - 2 of 2) sorted by null

  /external/libcxx/src/
locale.cpp 640 int32_t locale::id::__next_id = 0; member in class:locale::id
671 __id_ = __libcpp_atomic_add(&__next_id, 1);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 642 int32_t locale::id::__next_id = 0; member in class:locale::id
673 __id_ = __sync_add_and_fetch(&__next_id, 1);
    [all...]

Completed in 62 milliseconds