HomeSort by relevance Sort by last modified time
    Searched refs:gThreadTLSKey (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/rs/
rsScriptC.cpp 31 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \
71 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey);
rsContext.cpp 39 pthread_key_t Context::gThreadTLSKey = 0;
297 int status = pthread_setspecific(rsc->gThreadTLSKey, tlsStruct);
412 status = pthread_key_create(&gThreadTLSKey, NULL);
467 pthread_key_delete(gThreadTLSKey);
rsContext.h 57 static pthread_key_t gThreadTLSKey;
rsScriptC_Lib.cpp 38 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \
    [all...]

Completed in 2386 milliseconds