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

  /external/skia/src/ports/
SkTLS_pthread.cpp 13 static pthread_key_t gSkTLSKey;
19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor);
20 return pthread_getspecific(gSkTLSKey);
24 (void)pthread_setspecific(gSkTLSKey, ptr);
  /external/skqp/src/ports/
SkTLS_pthread.cpp 13 static pthread_key_t gSkTLSKey;
19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor);
20 return pthread_getspecific(gSkTLSKey);
24 (void)pthread_setspecific(gSkTLSKey, ptr);

Completed in 65 milliseconds