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

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 200 // the members of CxaThreadKey as static variables outside of the
205 class CxaThreadKey {
209 CxaThreadKey() {
217 ~CxaThreadKey() {
260 static CxaThreadKey instance;
290 return CxaThreadKey::getSlow();
294 return CxaThreadKey::getFast();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 200 // the members of CxaThreadKey as static variables outside of the
205 class CxaThreadKey {
209 CxaThreadKey() {
217 ~CxaThreadKey() {
260 static CxaThreadKey instance;
290 return CxaThreadKey::getSlow();
294 return CxaThreadKey::getFast();

Completed in 79 milliseconds