Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_context.cpp32 static pthread_once_t sPthreadOnceKey = PTHREAD_ONCE_INIT; variable
47 pthread_once(&sPthreadOnceKey, createTLSKey); in setupTraceContextThreadSpecific()