Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c291 static void nct_cleanup_handler(void *arg) in nct_cleanup_handler() function
346 nct_cleanup_handler(arg_el); in nct_thread_starter()
351 pthread_cleanup_push(nct_cleanup_handler, arg_el); in nct_thread_starter()