Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c293 static void nct_cleanup_handler(void *arg) in nct_cleanup_handler() function
348 nct_cleanup_handler(arg_el); in nct_thread_starter()
353 pthread_cleanup_push(nct_cleanup_handler, arg_el); in nct_thread_starter()