Home
last modified time | relevance | path

Searched refs:posix_arch_thread_entry (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/arch/posix/core/
Dposix_core_nsi.c22 extern void posix_arch_thread_entry(void *pa_thread_status); in posix_arch_init()
23 te_state = nct_init(posix_arch_thread_entry); in posix_arch_init()
Dthread.c52 void posix_arch_thread_entry(void *pa_thread_status) in posix_arch_thread_entry() function
Dposix_core.c87 extern void posix_arch_thread_entry(void *pa_thread_status);
293 posix_arch_thread_entry(ptr); in posix_thread_starter()