/Zephyr-Core-3.5.0/samples/subsys/debug/gdbstub/src/ |
D | main.c | 23 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 37 K_THREAD_DEFINE(thread, STACKSIZE, thread_entry, NULL, NULL, NULL,
|
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_init/src/ |
D | main.c | 33 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-Core-3.5.0/arch/x86/core/ia32/ |
D | thread.c | 32 void *thread_entry; member 104 initial_frame->thread_entry = z_x86_thread_entry_wrapper; in arch_new_thread() 106 initial_frame->thread_entry = swap_entry; in arch_new_thread()
|
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cancel_abort.c | 16 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 66 thread_entry, NULL, NULL, NULL, in ZTEST_USER() 75 thread_entry, NULL, NULL, NULL, in ZTEST_USER() 95 thread_entry, NULL, NULL, NULL, in ZTEST()
|
D | test_threads_suspend_resume.c | 13 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()
|
D | test_essential_thread.c | 23 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 50 STACKSIZE, (k_thread_entry_t)thread_entry, NULL, in ZTEST()
|
D | test_kthread_for_each.c | 25 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 51 (k_thread_entry_t)thread_entry, in thread_callback_unlocked() 101 STACK_SIZE, (k_thread_entry_t)thread_entry, NULL, in ZTEST() 150 STACK_SIZE, (k_thread_entry_t)thread_entry, NULL, in ZTEST()
|
/Zephyr-Core-3.5.0/tests/kernel/sched/schedule_api/src/ |
D | test_sched_priority.c | 19 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()
|
D | test_sched_timeslice_and_lock.c | 23 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 59 STACK_SIZE, thread_entry, in spawn_threads()
|
/Zephyr-Core-3.5.0/tests/kernel/obj_core/obj_core/src/ |
D | main.c | 52 static void thread_entry(void *, void *, void *); 53 K_THREAD_DEFINE(thread1, 512, thread_entry, NULL, NULL, NULL, 62 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 129 K_THREAD_STACK_SIZEOF(thread2_stack), thread_entry, in ZTEST()
|
/Zephyr-Core-3.5.0/tests/boards/native_posix/cpu_wait/src/ |
D | main.c | 65 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-Core-3.5.0/tests/arch/common/timing/src/ |
D | main.c | 91 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 109 thread_entry, NULL, NULL, NULL, in ZTEST()
|
/Zephyr-Core-3.5.0/tests/kernel/mem_heap/mheap_api_concept/src/ |
D | test_mheap_api.c | 41 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 240 thread_entry, NULL, NULL, NULL, in ZTEST()
|
/Zephyr-Core-3.5.0/lib/os/ |
D | CMakeLists.txt | 16 thread_entry.c
|
/Zephyr-Core-3.5.0/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_contexts.c | 87 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 98 thread_entry, pmsgq, NULL, NULL, in msgq_thread()
|
/Zephyr-Core-3.5.0/tests/kernel/smp/src/ |
D | main.c | 230 k_thread_entry_t thread_entry, int delay) in spawn_threads() argument 246 STACK_SIZE, thread_entry, in spawn_threads()
|
/Zephyr-Core-3.5.0/doc/services/debugging/ |
D | gdbstub.rst | 228 36 K_THREAD_DEFINE(thread, STACKSIZE, thread_entry, NULL, NULL, NULL,
|
/Zephyr-Core-3.5.0/boards/x86/qemu_x86/ |
D | qemu_x86_tiny.ld | 204 LIB_ZEPHYR_OBJECT_FILE_IN_SECT(lsect, thread_entry) \
|
/Zephyr-Core-3.5.0/doc/services/zbus/ |
D | index.rst | 758 void thread_entry(void) {
|