OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsdgThreadTLSKey
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/rs/driver/
rsdCore.h
70
extern pthread_key_t
rsdgThreadTLSKey
;
rsdCore.cpp
130
pthread_key_t
rsdgThreadTLSKey
= 0;
147
int status = pthread_setspecific(
rsdgThreadTLSKey
, &dc->mTlsStruct);
201
int status = pthread_key_create(&
rsdgThreadTLSKey
, NULL);
215
int status = pthread_setspecific(
rsdgThreadTLSKey
, &dc->mTlsStruct);
288
pthread_key_delete(
rsdgThreadTLSKey
);
rsdBcc.cpp
57
ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(
rsdgThreadTLSKey
);
rsdRuntimeStubs.cpp
35
(ScriptTLSStruct *)pthread_getspecific(
rsdgThreadTLSKey
); \
Completed in 1050 milliseconds