Searched refs:posix_thread (Results 1 – 3 of 3) sorted by relevance
39 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 …]
24 struct posix_thread { struct80 struct posix_thread *to_posix_thread(pthread_t pth);
162 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()