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