Lines Matching refs:NCT_DEBUG
78 #define NCT_DEBUG(fmt, ...) nsi_print_trace(PREFIX fmt, __VA_ARGS__) macro
80 #define NCT_DEBUG(...) macro
160 NCT_DEBUG("Thread [%i] %i: %s: Aborting (exiting) (rel mut)\n", in abort_tail()
176 NCT_DEBUG("Thread [%i] %i: %s: Waiting to be allowed to run\n", in nct_wait_until_allowed()
191 NCT_DEBUG("Thread [%i] %i: %s(): I'm allowed to run!\n", in nct_wait_until_allowed()
202 NCT_DEBUG("%s: We let thread [%i] %i run\n", __func__, tt_el->thead_cnt, next_allowed_th); in nct_let_run()
232 NCT_DEBUG("%s: called from an unmanaged thread, terminating it\n", __func__); in nct_swap_threads()
237 NCT_DEBUG("Thread [%i] %i: %s: Aborting curr.\n", in nct_swap_threads()
261 NCT_DEBUG("%s: Init thread dying now (rel mut)\n", __func__); in nct_first_thread_start()
276 NCT_DEBUG("Thread [%i] %i: %s: Starting\n", tt_el->thead_cnt, thread_idx, __func__); in nct_thread_starter()
418 NCT_DEBUG("%s created thread [%i] %i [%lu]\n", in nct_new_thread()
540 NCT_DEBUG("Thread [%i] %i: %s Marked myself as aborting\n", in nct_abort_thread()
549 NCT_DEBUG("Aborting not scheduled thread [%i] %i\n", tt_el->thead_cnt, thread_idx); in nct_abort_thread()