Searched defs:pthread_getspecific (Results 1 – 9 of 9) sorted by relevance
44 #define pthread_getspecific(ts_key) TlsGetValue(ts_key) macro
218 #define pthread_getspecific dng_pthread_getspecific macro
32 #pragma weak pthread_getspecific macro
58 #pragma weak pthread_getspecific macro
315 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
813 #define pthread_getspecific PTHREAD_GETSPECIFIC macro
1070 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
1572 pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function
3753 pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void; in pthread_getspecific() function