Searched refs:pthread_key_t (Results 1 – 6 of 6) sorted by relevance
43 static inline size_t to_posix_key_idx(pthread_key_t key) in to_posix_key_idx()48 static pthread_key_obj *get_posix_key(pthread_key_t key) in get_posix_key()74 static pthread_key_obj *to_posix_key(pthread_key_t *key) in to_posix_key()104 int pthread_key_create(pthread_key_t *key, in pthread_key_create()128 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()174 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific()253 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()
449 int pthread_key_create(pthread_key_t *key,451 int pthread_key_delete(pthread_key_t key);452 int pthread_setspecific(pthread_key_t key, const void *value);453 void *pthread_getspecific(pthread_key_t key);
141 typedef uint32_t pthread_key_t; typedef
2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,