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