Searched refs:lpvValue (Results 1 – 4 of 4) sorted by relevance
44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument51 if (pthread_setspecific(nIndex, lpvValue) == 0) in OS_SetTLSValue()
40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument47 if (TlsSetValue(nIndex, lpvValue)) in OS_SetTLSValue()
60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue()