Searched refs:thread_status (Results 1 – 4 of 4) sorted by relevance
31 posix_thread_status_t *thread_status; in arch_new_thread() local36 thread_status = Z_STACK_PTR_TO_FRAME(posix_thread_status_t, stack_ptr); in arch_new_thread()39 thread_status->entry_point = entry; in arch_new_thread()40 thread_status->arg1 = p1; in arch_new_thread()41 thread_status->arg2 = p2; in arch_new_thread()42 thread_status->arg3 = p3; in arch_new_thread()44 thread_status->aborted = 0; in arch_new_thread()47 thread->callee_saved.thread_status = thread_status; in arch_new_thread()49 thread_status->thread_idx = posix_new_thread((void *)thread_status); in arch_new_thread()67 thread->callee_saved.thread_status; in z_impl_k_thread_abort()
46 _kernel.ready_q.cache->callee_saved.thread_status; in arch_swap()50 _current->callee_saved.thread_status; in arch_swap()91 _kernel.ready_q.cache->callee_saved.thread_status; in arch_switch_to_main_thread()
38 void *thread_status; member
88 callee_saved.thread_status),