Home
last modified time | relevance | path

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

/tests/subsys/debug/thread_analyzer/src/
A 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()
/tests/kernel/threads/thread_init/src/
A 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()
/tests/kernel/threads/thread_apis/src/
A 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()
A 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()
A 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()
A 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()
/tests/kernel/sched/schedule_api/src/
A 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()
A 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()
/tests/kernel/smp_suspend/src/
A Dmain.c24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
67 STACK_SIZE, thread_entry, in ZTEST()
/tests/arch/xtensa/save_restore_hifi/src/
A 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()
/tests/kernel/smp_abort/src/
A Dmain.c44 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
80 STACK_SIZE, thread_entry, in ZTEST()
/tests/misc/llext-edk/src/
A 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()
/tests/kernel/obj_core/obj_core/src/
A 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()
/tests/boards/native_sim/cpu_wait/src/
A Dmain.c63 static void thread_entry(void *p1, void *p2, void *p3);
66 thread_entry, 0, 0, 0,
75 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
/tests/arch/common/timing/src/
A Dmain.c91 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
109 thread_entry, NULL, NULL, NULL, in ZTEST()
/tests/posix/xsi_threads_ext/src/
A 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()
/tests/kernel/msgq/msgq_api/src/
A Dtest_msgq_contexts.c88 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function
99 thread_entry, pmsgq, NULL, NULL, in msgq_thread()
/tests/posix/common/src/
A 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()
/tests/kernel/smp/src/
A Dmain.c230 k_thread_entry_t thread_entry, int delay) in spawn_threads() argument
246 STACK_SIZE, thread_entry, in spawn_threads()

Completed in 61 milliseconds