-
- Downloads
Add checks for various types of thread local storage.
OS X does not support __thread, so we have to check for it before using it. It does however support pthread_get/setspecific(), so if we don't have __thread, check if those are available.
Please register or sign in to comment