| /Zephyr-4.3.0/subsys/shell/modules/kernel_service/thread/ |
| D | thread.c | 15 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-4.3.0/arch/x86/ |
| D | gen_static_shstk_array.py | 68 def generate_initialized_array64(sym, section_data, section_addr, thread_entry): argument 99 thread_entry["st_value"], 109 def generate_initialized_array32(sym, section_data, section_addr, thread_entry): argument 133 thread_entry["st_value"], 139 def generate_initialized_array(sym, section_data, section_addr, thread_entry): argument 141 return generate_initialized_array32(sym, section_data, section_addr, thread_entry) 143 return generate_initialized_array64(sym, section_data, section_addr, thread_entry) 151 thread_entry = syms["z_thread_entry"] 153 thread_entry = syms["z_x86_thread_entry_wrapper"] 172 sym, section_data, section["sh_addr"], thread_entry
|
| /Zephyr-4.3.0/tests/subsys/debug/thread_analyzer/src/ |
| D | main.c | 14 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-4.3.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-4.3.0/arch/x86/core/ia32/ |
| D | thread.c | 31 void *thread_entry; member 115 initial_frame->thread_entry = z_x86_thread_entry_wrapper; in arch_new_thread() 117 initial_frame->thread_entry = swap_entry; in arch_new_thread()
|
| /Zephyr-4.3.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 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()
|
| 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_kthread_for_each.c | 25 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()
|
| D | test_essential_thread.c | 24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 55 STACKSIZE, thread_entry, NULL, in ZTEST()
|
| /Zephyr-4.3.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-4.3.0/tests/kernel/smp_suspend/src/ |
| D | main.c | 24 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 67 STACK_SIZE, thread_entry, in ZTEST()
|
| /Zephyr-4.3.0/tests/arch/xtensa/save_restore_hifi/src/ |
| D | main.c | 16 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-4.3.0/tests/kernel/smp_abort/src/ |
| D | main.c | 53 static void thread_entry(void *p1, void *p2, void *p3) in thread_entry() function 89 STACK_SIZE, thread_entry, in ZTEST()
|
| /Zephyr-4.3.0/modules/lvgl/ |
| D | lvgl_zephyr_osal.c | 18 static void thread_entry(void *thread, void *cb, void *user_data); 33 thread->tid = k_thread_create(&thread->thread, thread->stack, stack_size, thread_entry, in lv_thread_init() 160 void thread_entry(void *thread, void *cb, void *user_data) in thread_entry() function
|
| /Zephyr-4.3.0/tests/misc/llext-edk/src/ |
| D | main.c | 33 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-4.3.0/tests/kernel/obj_core/obj_core/src/ |
| D | main.c | 52 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-4.3.0/drivers/usb/uhc/ |
| D | uhc_mcux_khci.c | 66 k_thread_entry_t thread_entry = NULL; in uhc_mcux_init() local 71 thread_entry = uhc_mcux_thread; in uhc_mcux_init() 74 if (thread_entry == NULL) { in uhc_mcux_init() 89 thread_entry, (void *)dev, NULL, NULL, K_PRIO_COOP(2), 0, K_NO_WAIT); in uhc_mcux_init()
|
| D | uhc_mcux_ohci.c | 66 k_thread_entry_t thread_entry = NULL; in uhc_mcux_init() local 71 thread_entry = uhc_mcux_thread; in uhc_mcux_init() 74 if (thread_entry == NULL) { in uhc_mcux_init() 89 thread_entry, (void *)dev, NULL, NULL, K_PRIO_COOP(2), 0, K_NO_WAIT); in uhc_mcux_init()
|
| D | uhc_mcux_ip3516hs.c | 73 k_thread_entry_t thread_entry = NULL; in uhc_mcux_init() local 78 thread_entry = uhc_mcux_thread; in uhc_mcux_init() 81 if (thread_entry == NULL) { in uhc_mcux_init() 103 thread_entry, (void *)dev, NULL, NULL, K_PRIO_COOP(2), 0, K_NO_WAIT); in uhc_mcux_init()
|
| D | uhc_mcux_ehci.c | 98 k_thread_entry_t thread_entry = NULL; in uhc_mcux_init() local 103 thread_entry = uhc_mcux_thread; in uhc_mcux_init() 106 if (thread_entry == NULL) { in uhc_mcux_init() 128 thread_entry, (void *)dev, NULL, NULL, K_PRIO_COOP(2), 0, K_NO_WAIT); in uhc_mcux_init()
|
| /Zephyr-4.3.0/tests/boards/native_sim/cpu_wait/src/ |
| D | main.c | 63 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
|
| /Zephyr-4.3.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-4.3.0/tests/posix/xsi_threads_ext/src/ |
| D | main.c | 27 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-4.3.0/lib/os/ |
| D | CMakeLists.txt | 13 thread_entry.c
|