Home
last modified time | relevance | path

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

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