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

/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c43 DE_INLINE pthread_key_t threadLocalToKey (deThreadLocal threadLocal) function
60 ret = pthread_key_delete(threadLocalToKey(threadLocal));
67 return pthread_getspecific(threadLocalToKey(threadLocal));
73 ret = pthread_setspecific(threadLocalToKey(threadLocal), value);

Completed in 67 milliseconds