Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/lib/posix/options/
Dkey.c43 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()
DKconfig.deprecated46 int "Maximum number of pthread_key_t [DEPRECATED]"
206 bool "pthread_key_t support [DEPRECATED]"
/Zephyr-Core-3.7.0/tests/posix/common/src/
Dkey.c16 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()
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpthread.h449 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);
Dposix_types.h141 typedef uint32_t pthread_key_t; typedef
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.3.rst2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,