HomeSort by relevance Sort by last modified time
    Searched full:mdestructors (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/shared/emugl/common/
thread_store.cpp 71 ::memset(mDestructors, 0, sizeof(mDestructors));
83 mDestructors[ret] = destroy;
101 mDestructors[key] = NULL;
151 ThreadStore::Destructor* destroy = mDestructors[n];
186 ThreadStore::Destructor* mDestructors[kMaxTlsSlots];

Completed in 61 milliseconds