Home
last modified time | relevance | path

Searched refs:thread_status (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/arch/posix/core/
Dthread.c31 posix_thread_status_t *thread_status; in arch_new_thread() local
36 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()
Dswap.c46 _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()
/Zephyr-Core-3.5.0/include/zephyr/arch/posix/
Dthread.h38 void *thread_status; member
/Zephyr-Core-3.5.0/subsys/debug/
Dthread_info.c88 callee_saved.thread_status),