Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c323 static void *nct_thread_starter(void *arg_el) in nct_thread_starter() argument
325 struct threads_table_el *tt_el = (struct threads_table_el *)arg_el; in nct_thread_starter()
346 nct_cleanup_handler(arg_el); in nct_thread_starter()
351 pthread_cleanup_push(nct_cleanup_handler, arg_el); in nct_thread_starter()