Home
last modified time | relevance | path

Searched defs:thread_entry (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dthread.c15 struct thread_entry { struct
22 struct thread_entry *entry = user_data; in thread_valid_cb() argument
/Zephyr-latest/tests/subsys/debug/thread_analyzer/src/
Dmain.c14 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/smp_suspend/src/
Dmain.c24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/arch/xtensa/save_restore_hifi/src/
Dmain.c16 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_essential_thread.c24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
Dtest_threads_suspend_resume.c13 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
Dtest_kthread_for_each.c25 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
Dtest_threads_cancel_abort.c16 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/smp_abort/src/
Dmain.c44 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c33 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c77 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/arch/x86/core/ia32/
Dthread.c32 void *thread_entry; member
/Zephyr-latest/tests/arch/common/timing/src/
Dmain.c91 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/modules/lvgl/
Dlvgl_zephyr_osal.c144 void thread_entry(void *thread, void *cb, void *user_data) in thread_entry() function
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_priority.c19 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
Dtest_sched_timeslice_and_lock.c23 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c63 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c27 static void *thread_entry(void *arg) in thread_entry() function
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c41 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/
Dmain.c63 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dtest_msgq_contexts.c87 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c25 static void *thread_entry(void *arg) in thread_entry() function
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c230 k_thread_entry_t thread_entry, int delay) in spawn_threads()