Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/include/
Dnct_if.h25 int nct_new_thread(void *this, void *payload);
/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core_nsi.c48 return nct_new_thread(te_state, payload); in posix_new_thread()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c458 int nct_new_thread(void *this_arg, void *payload) in nct_new_thread() function