Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dkey.c39 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()
DKconfig.deprecated46 int "Maximum number of pthread_key_t [DEPRECATED]"
206 bool "pthread_key_t support [DEPRECATED]"
/Zephyr-latest/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()
153 pthread_key_t key; in setspecific_thread()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h459 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);
Dposix_types.h148 typedef uint32_t pthread_key_t; typedef
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,