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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp31 static pthread_key_t ThreadStateKey; variable
39 pthread_key_create(&ThreadStateKey, destroyThreadState);
45 if ((ptr = (ThreadState*) pthread_getspecific(ThreadStateKey)) == NULL) {
49 pthread_setspecific(ThreadStateKey, ptr);

Completed in 51 milliseconds