Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c94 static __pinned_bss struct posix_thread posix_thread_pool[CONFIG_POSIX_THREAD_THREADS_MAX];
99 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set()
114 static inline enum posix_thread_qid posix_thread_q_get(struct posix_thread *t) in posix_thread_q_get()
135 static inline size_t posix_thread_to_offset(struct posix_thread *t) in posix_thread_to_offset()
145 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread()
147 struct posix_thread *t; in to_posix_thread()
184 struct posix_thread *t; in pthread_self()
186 t = (struct posix_thread *)CONTAINER_OF(k_current_get(), struct posix_thread, thread); in pthread_self()
209 struct posix_thread *t = NULL; in __z_pthread_cleanup_push()
227 struct posix_thread *t = NULL; in __z_pthread_cleanup_pop()
[all …]
Dposix_internal.h44 struct posix_thread { struct
107 struct posix_thread *to_posix_thread(pthread_t pth);
Dkey.c171 struct posix_thread *thread; in pthread_setspecific()
246 struct posix_thread *thread; in pthread_getspecific()