Searched defs:pthread_getspecific (Results 1 – 2 of 2) sorted by relevance
36 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
473 #define pthread_getspecific(key) pthread_getspecific_function_pointer(key) macro475 #define pthread_getspecific(key) _pthread_getspecific_direct(key) macro