Searched refs:pthread_getspecific (Results 1 – 7 of 7) sorted by relevance
29 return pthread_getspecific(key); in tss_get()
29 zassert_equal(pthread_getspecific(key), value, "set and retrieved values are different"); in thread_top()44 zassert_equal(pthread_getspecific(keys[i]), value, in thread_func()
110 zassert_not_null(pthread_getspecific); in ZTEST()
243 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
194 #define pthread_getspecific(...) zap_pthread_getspecific(__VA_ARGS__) macro
463 void *pthread_getspecific(pthread_key_t key);
587 pthread_getspecific(),yes