Searched refs:pthread_key_create (Results 1 – 6 of 6) sorted by relevance
98 ret = pthread_key_create(&key, NULL); in make_key()107 ret = pthread_key_create(&keys[i], NULL); in make_keys()
111 zassert_not_null(pthread_key_create); in ZTEST()
98 int pthread_key_create(pthread_key_t *key, in pthread_key_create() function
189 #define pthread_key_create(...) zap_pthread_key_create(__VA_ARGS__) macro
469 int pthread_key_create(pthread_key_t *key,
164 pthread_key_create(),yes