Searched refs:pthread_setspecific (Results 1 – 7 of 7) sorted by relevance
8 type-function = pthread_setspecific
160 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
36 ret = pthread_setspecific(key, value); in thread_top()71 ret = pthread_setspecific(keys[i], value); in thread_func()
154 zassert_not_null(pthread_setspecific); in ZTEST()
191 #define pthread_setspecific(...) zap_pthread_setspecific(__VA_ARGS__) macro
472 int pthread_setspecific(pthread_key_t key, const void *value);
178 pthread_setspecific(),yes