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

/external/chromium_org/third_party/skia/src/ports/
H A DSkTLS_pthread.cpp12 static pthread_key_t gSkTLSKey; variable
16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
25 return pthread_getspecific(gSkTLSKey);
29 (void)pthread_setspecific(gSkTLSKey, ptr);
/external/skia/src/ports/
H A DSkTLS_pthread.cpp12 static pthread_key_t gSkTLSKey; variable
16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
25 return pthread_getspecific(gSkTLSKey);
29 (void)pthread_setspecific(gSkTLSKey, ptr);

Completed in 1533 milliseconds