Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c325 static void *nct_thread_starter(void *arg_el) in nct_thread_starter() argument
327 struct threads_table_el *tt_el = (struct threads_table_el *)arg_el; in nct_thread_starter()
348 nct_cleanup_handler(arg_el); in nct_thread_starter()
353 pthread_cleanup_push(nct_cleanup_handler, arg_el); in nct_thread_starter()