provides access to thread-local storage More...
#include <QoreThreadLocalStorage.h>
Public Member Functions | |
DLLLOCAL | QoreThreadLocalStorage () |
creates the lock | |
DLLLOCAL | ~QoreThreadLocalStorage () |
destroys the lock |
provides access to thread-local storage
This class is just a simple wrapper for pthread_key_t. It does not provide any special logic for checking for correct usage, etc.