Searched refs:pthread_getspecific (Results 1 – 2 of 2) sorted by relevance
37 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro60 #define pthread_getspecific(ts_key) ((void *)(*(ts_key)))
2589 DeleteThreadLocalValue(pthread_getspecific(key_));2625 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));