Home
last modified time | relevance | path

Searched refs:pthread_key_obj (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dkey.c31 static pthread_key_obj posix_key_pool[CONFIG_POSIX_THREAD_KEYS_MAX];
34 static inline size_t posix_key_to_offset(pthread_key_obj *k) in posix_key_to_offset()
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()
73 pthread_key_obj *k; in to_posix_key()
103 pthread_key_obj *new_key; in pthread_key_create()
128 pthread_key_obj *key_obj = NULL; in pthread_key_delete()
170 pthread_key_obj *key_obj = NULL; in pthread_setspecific()
245 pthread_key_obj *key_obj; in pthread_getspecific()
Dposix_internal.h69 typedef struct pthread_key_obj { struct
77 } pthread_key_obj; argument
83 pthread_key_obj *key;
Dpthread.c467 pthread_key_obj *key_obj; in posix_thread_finalize()