Home
last modified time | relevance | path

Searched refs:gSkTLSKey (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/ports/
DSkTLS_pthread.cpp13 static pthread_key_t gSkTLSKey; variable
19 once(pthread_key_create, &gSkTLSKey, SkTLS::Destructor); in PlatformGetSpecific()
20 return pthread_getspecific(gSkTLSKey); in PlatformGetSpecific()
24 (void)pthread_setspecific(gSkTLSKey, ptr); in PlatformSetSpecific()