Searched refs:pthread_key_t (Results 1 – 6 of 6) sorted by relevance
39 static inline size_t to_posix_key_idx(pthread_key_t key) in to_posix_key_idx()44 static pthread_key_obj *get_posix_key(pthread_key_t key) in get_posix_key()70 static pthread_key_obj *to_posix_key(pthread_key_t *key) in to_posix_key()100 int pthread_key_create(pthread_key_t *key, in pthread_key_create()124 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()168 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific()243 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific()
46 int "Maximum number of pthread_key_t [DEPRECATED]"206 bool "pthread_key_t support [DEPRECATED]"
16 static pthread_key_t key;17 static pthread_key_t keys[N_KEY];118 pthread_key_t key; in ZTEST()128 pthread_key_t key; in ZTEST()130 pthread_key_t keys[CONFIG_POSIX_THREAD_KEYS_MAX]; in ZTEST()153 pthread_key_t key; in setspecific_thread()
459 int pthread_key_create(pthread_key_t *key,461 int pthread_key_delete(pthread_key_t key);462 int pthread_setspecific(pthread_key_t key, const void *value);463 void *pthread_getspecific(pthread_key_t key);
148 typedef uint32_t pthread_key_t; typedef
2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,