Searched refs:TLSIndexToPthreadKey (Results 1 – 1 of 1) sorted by relevance
110 inline pthread_key_t TLSIndexToPthreadKey(OS_TLSIndex nIndex) in TLSIndexToPthreadKey() function137 if (pthread_setspecific(TLSIndexToPthreadKey(nIndex), lpvValue) == 0) in OS_SetTLSValue()149 return pthread_getspecific(TLSIndexToPthreadKey(nIndex)); in OS_GetTLSValue()162 if (pthread_key_delete(TLSIndexToPthreadKey(nIndex)) == 0) in OS_FreeTLSIndex()