Searched refs:NCT_DEBUG (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nct.c | 75 #define NCT_DEBUG(fmt, ...) nsi_print_trace(PREFIX fmt, __VA_ARGS__) macro 77 #define NCT_DEBUG(...) macro 139 NCT_DEBUG("Thread [%i] %i: %s: Aborting (exiting) (rel mut)\n", in abort_tail() 163 NCT_DEBUG("Thread [%i] %i: %s: Waiting to be allowed to run (rel mut)\n", in nct_wait_until_allowed() 178 NCT_DEBUG("Thread [%i] %i: %s(): I'm allowed to run! (hav mut)\n", in nct_wait_until_allowed() 194 NCT_DEBUG("%s: We let thread [%i] %i run\n", in nct_let_run() 251 NCT_DEBUG("%s: called from an unmanaged thread, terminating it\n", in nct_swap_threads() 259 NCT_DEBUG("Thread [%i] %i: %s: Aborting curr.\n", in nct_swap_threads() 285 NCT_DEBUG("%s: Init thread dying now (rel mut)\n", in nct_first_thread_start() 309 NCT_DEBUG("Thread %i: %s: Canceling (rel mut)\n", in nct_cleanup_handler() [all …]
|