Searched refs:NCT_DEBUG (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/ |
D | nct.c | 73 #define NCT_DEBUG(fmt, ...) nsi_print_trace(PREFIX fmt, __VA_ARGS__) macro 75 #define NCT_DEBUG(...) macro 137 NCT_DEBUG("Thread [%i] %i: %s: Aborting (exiting) (rel mut)\n", in abort_tail() 161 NCT_DEBUG("Thread [%i] %i: %s: Waiting to be allowed to run (rel mut)\n", in nct_wait_until_allowed() 176 NCT_DEBUG("Thread [%i] %i: %s(): I'm allowed to run! (hav mut)\n", in nct_wait_until_allowed() 192 NCT_DEBUG("%s: We let thread [%i] %i run\n", in nct_let_run() 249 NCT_DEBUG("%s: called from an unmanaged thread, terminating it\n", in nct_swap_threads() 257 NCT_DEBUG("Thread [%i] %i: %s: Aborting curr.\n", in nct_swap_threads() 283 NCT_DEBUG("%s: Init thread dying now (rel mut)\n", in nct_first_thread_start() 307 NCT_DEBUG("Thread %i: %s: Canceling (rel mut)\n", in nct_cleanup_handler() [all …]
|