Searched defs:pthread_setspecific (Results 1 – 11 of 11) sorted by relevance
3 int pthread_setspecific(pthread_key_t k, const void *x) in pthread_setspecific() function
12 #pragma weak pthread_setspecific macro
45 #define pthread_setspecific(ts_key, value) TlsSetValue(ts_key, (void *)value) macro
217 #define pthread_setspecific dng_pthread_setspecific macro
59 #pragma weak pthread_setspecific macro
1126 int pthread_setspecific(pthread_key_t key, const void *value); function
1131 int pthread_setspecific(pthread_key_t key, const void *value); function
843 #define pthread_setspecific PTHREAD_SETSPECIFIC macro
1050 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
1468 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
3684 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function