Home
last modified time | relevance | path

Searched refs:thread_entry (Results 1 – 25 of 26) sorted by relevance

12

/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
31 struct thread_entry entry = { in z_thread_is_valid()
/Zephyr-latest/tests/subsys/debug/thread_analyzer/src/
Dmain.c14 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
28 thread_entry, NULL, NULL, NULL, K_PRIO_PREEMPT(0), in main()
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c33 static void thread_entry(void *p1, void *p2, void *p3);
36 thread_entry, INIT_COOP_P1, INIT_COOP_P2, INIT_COOP_P3_static,
40 thread_entry, INIT_PREEMPT_P1, INIT_PREEMPT_P2, INIT_PREEMPT_P3_static,
63 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
149 INIT_PREEMPT_STACK_SIZE, thread_entry, INIT_PREEMPT_P1, in ZTEST_USER()
186 INIT_COOP_STACK_SIZE, thread_entry, INIT_COOP_P1, in ZTEST()
/Zephyr-latest/arch/x86/core/ia32/
Dthread.c32 void *thread_entry; member
107 initial_frame->thread_entry = z_x86_thread_entry_wrapper; in arch_new_thread()
109 initial_frame->thread_entry = swap_entry; in arch_new_thread()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_cancel_abort.c16 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
67 thread_entry, NULL, NULL, NULL, in ZTEST_USER()
76 thread_entry, NULL, NULL, NULL, in ZTEST_USER()
96 thread_entry, NULL, NULL, NULL, in ZTEST()
Dtest_threads_suspend_resume.c13 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
28 thread_entry, NULL, NULL, NULL, in threads_suspend_resume()
162 thread_entry, NULL, NULL, NULL, in ZTEST()
Dtest_kthread_for_each.c25 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
55 thread_entry, in thread_callback_unlocked()
105 STACK_SIZE, thread_entry, NULL, in ZTEST()
154 STACK_SIZE, thread_entry, NULL, in ZTEST()
Dtest_essential_thread.c24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
55 STACKSIZE, thread_entry, NULL, in ZTEST()
/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
59 thread_entry, NULL, NULL, NULL, in ZTEST()
94 thread_entry, NULL, NULL, NULL, in ZTEST()
104 thread_entry, NULL, NULL, NULL, in ZTEST()
Dtest_sched_timeslice_and_lock.c23 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
59 STACK_SIZE, thread_entry, in spawn_threads()
/Zephyr-latest/modules/lvgl/
Dlvgl_zephyr_osal.c14 static void thread_entry(void *thread, void *cb, void *user_data);
29 thread->tid = k_thread_create(&thread->thread, thread->stack, stack_size, thread_entry, in lv_thread_init()
144 void thread_entry(void *thread, void *cb, void *user_data) 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
67 STACK_SIZE, thread_entry, in ZTEST()
/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
68 thread_entry, (void *)(uintptr_t)i, NULL, NULL, in ZTEST()
/Zephyr-latest/tests/kernel/smp_abort/src/
Dmain.c44 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
80 STACK_SIZE, thread_entry, in ZTEST()
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c33 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
67 thread_entry, start_fn, NULL, NULL, -1, in load_and_run_extension()
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/
Dmain.c52 static void thread_entry(void *, void *, void *);
54 thread_entry, NULL, NULL, NULL,
63 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
130 K_THREAD_STACK_SIZEOF(thread2_stack), thread_entry, in ZTEST()
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c65 static void thread_entry(void *p1, void *p2, void *p3);
68 thread_entry, 0, 0, 0,
77 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/Zephyr-latest/tests/arch/common/timing/src/
Dmain.c91 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
109 thread_entry, NULL, NULL, NULL, in ZTEST()
/Zephyr-latest/lib/os/
DCMakeLists.txt11 thread_entry.c
/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
301 thread_entry, NULL, NULL, NULL, in ZTEST()
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c27 static void *thread_entry(void *arg) in thread_entry() function
74 create_thread_common_entry(attrp, expect_success, joinable, thread_entry, in create_thread_common()
/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
98 thread_entry, pmsgq, NULL, NULL, in msgq_thread()
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c25 static void *thread_entry(void *arg) in thread_entry() function
72 create_thread_common_entry(attrp, expect_success, joinable, thread_entry, in create_thread_common()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c230 k_thread_entry_t thread_entry, int delay) in spawn_threads() argument
246 STACK_SIZE, thread_entry, in spawn_threads()
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld204 LIB_ZEPHYR_OBJECT_FILE_IN_SECT(lsect, thread_entry) \

12