Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/lib/posix/
Dpthread.c39 static struct posix_thread posix_thread_pool[CONFIG_MAX_PTHREAD_COUNT];
67 static inline size_t posix_thread_to_offset(struct posix_thread *t) in posix_thread_to_offset()
77 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread()
80 struct posix_thread *t; in to_posix_thread()
117 struct posix_thread *t; in pthread_self()
119 t = (struct posix_thread *)CONTAINER_OF(k_current_get(), struct posix_thread, thread); in pthread_self()
236 static void posix_thread_finalize(struct posix_thread *t, void *retval) in posix_thread_finalize()
271 struct posix_thread *t = CONTAINER_OF(k_current_get(), struct posix_thread, thread); in zephyr_thread_wrapper()
299 struct posix_thread *safe_t; in pthread_create()
300 struct posix_thread *t = NULL; in pthread_create()
[all …]
Dposix_internal.h24 struct posix_thread { struct
80 struct posix_thread *to_posix_thread(pthread_t pth);
Dpthread_key.c162 struct posix_thread *thread = to_posix_thread(pthread_self()); in pthread_setspecific()
231 struct posix_thread *thread = to_posix_thread(pthread_self()); in pthread_getspecific()