Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c44 DE_INLINE pthread_key_t threadLocalToKey(deThreadLocal threadLocal) in threadLocalToKey() function
61 ret = pthread_key_delete(threadLocalToKey(threadLocal)); in deThreadLocal_destroy()
68 return pthread_getspecific(threadLocalToKey(threadLocal)); in deThreadLocal_get()
74 ret = pthread_setspecific(threadLocalToKey(threadLocal), value); in deThreadLocal_set()