Searched defs:pthread_setspecific (Results 1 – 12 of 12) sorted by relevance
119 #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
1131 int pthread_setspecific(pthread_key_t key, const void *value); function
1126 int pthread_setspecific(pthread_key_t key, const void *value); function
1237 int pthread_setspecific(pthread_key_t key, const void *value); function
843 #define pthread_setspecific PTHREAD_SETSPECIFIC macro
1040 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
1458 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function
3679 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() function