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

  /system/core/libutils/include/utils/
Looper.h 480 static void initTLSKey();
  /system/core/libutils/
Looper.cpp 83 void Looper::initTLSKey() {
110 int result = pthread_once(& gTLSOnce, initTLSKey);

Completed in 48 milliseconds