Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/core/
Dswap.c44 posix_thread_status_t *ready_thread_ptr = in arch_swap()
45 (posix_thread_status_t *) in arch_swap()
48 posix_thread_status_t *this_thread_ptr = in arch_swap()
49 (posix_thread_status_t *) in arch_swap()
89 posix_thread_status_t *ready_thread_ptr = in arch_switch_to_main_thread()
90 (posix_thread_status_t *) in arch_switch_to_main_thread()
Dthread.c37 posix_thread_status_t *thread_status; in arch_new_thread()
42 thread_status = Z_STACK_PTR_TO_FRAME(posix_thread_status_t, stack_ptr); in arch_new_thread()
64 posix_thread_status_t *thread_status; in arch_thread_name_set()
94 posix_thread_status_t *ptr = pa_thread_status; in posix_arch_thread_entry()
126 posix_thread_status_t *tstatus = in z_impl_k_thread_abort()
127 (posix_thread_status_t *) in z_impl_k_thread_abort()
/Zephyr-latest/arch/posix/include/
Dposix_core.h39 } posix_thread_status_t; typedef