OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 326 milliseconds