Mount Fuji Engine  0.8b
MF_API void* MFThread_SetTls ( MFTls  tls,
void *  pValue 
)

Sets the value stored in a thread local store slot.

Parameters
tlsHandle to a TLS.
pValueValue to set.
Returns
The old value stored in the TLS slot.