Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/core/
Dthread.c37 posix_thread_status_t *thread_status; in arch_new_thread() local
42 thread_status = Z_STACK_PTR_TO_FRAME(posix_thread_status_t, stack_ptr); in arch_new_thread()
45 thread_status->entry_point = entry; in arch_new_thread()
46 thread_status->arg1 = p1; in arch_new_thread()
47 thread_status->arg2 = p2; in arch_new_thread()
48 thread_status->arg3 = p3; in arch_new_thread()
50 thread_status->aborted = 0; in arch_new_thread()
53 thread->callee_saved.thread_status = thread_status; in arch_new_thread()
55 thread_status->thread_idx = posix_new_thread((void *)thread_status); in arch_new_thread()
64 posix_thread_status_t *thread_status; in arch_thread_name_set() local
[all …]
Dswap.c46 _kernel.ready_q.cache->callee_saved.thread_status; in arch_swap()
50 arch_current_thread()->callee_saved.thread_status; in arch_swap()
91 _kernel.ready_q.cache->callee_saved.thread_status; in arch_switch_to_main_thread()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_service.c23 static enum SOCKET_SERVICE_THREAD_STATUS thread_status; variable
61 if (thread_status == SOCKET_SERVICE_THREAD_UNINITIALIZED) { in z_impl_net_socket_service_register()
63 } else if (thread_status != SOCKET_SERVICE_THREAD_RUNNING) { in z_impl_net_socket_service_register()
215 thread_status = SOCKET_SERVICE_THREAD_RUNNING; in socket_service_thread()
270 thread_status = SOCKET_SERVICE_THREAD_STOPPED; in socket_service_thread()
275 thread_status = SOCKET_SERVICE_THREAD_FAILED; in socket_service_thread()
/Zephyr-latest/include/zephyr/arch/posix/
Dthread.h38 void *thread_status; member
/Zephyr-latest/subsys/debug/
Dthread_info.c88 callee_saved.thread_status),