XSTLSKey Reference
File
XSFoundation/include/XS/Types/XSTLSKey.h
Author
Jean-David Gadina - www.xs-labs.com
Copyright
© (c) 2020 - Jean-David Gadina - www.xs-labs.com
Date
Sunday, September 27, 2020
Overview
XSTLSKey type definition
Types
XSTLSKey
Top
Thread local storage (TLS) key type
#ifdef _WIN32
typedef unsigned long XSTLSKey;
#else
typedef pthread_key_t XSTLSKey;
#endif