Searched refs:gSkTLSKey (Results 1 – 1 of 1) sorted by relevance
13 static pthread_key_t gSkTLSKey; variable19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()24 (void)pthread_setspecific(gSkTLSKey, ptr); in PlatformSetSpecific()