Searched defs:pthread_getspecific (Results 1 – 7 of 7) sorted by relevance
44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
218 #define pthread_getspecific dng_pthread_getspecific macro
58 #pragma weak pthread_getspecific macro
813 #define pthread_getspecific PTHREAD_GETSPECIFIC macro
1039 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
1461 pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
3678 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function