Searched refs:threadLocalToKey (Results 1 – 1 of 1) sorted by relevance
44 DE_INLINE pthread_key_t threadLocalToKey(deThreadLocal threadLocal) in threadLocalToKey() function61 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()