Searched refs:PC_DEBUG (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-2.7.6/arch/posix/core/ |
D | posix_core.c | 58 #define PC_DEBUG(fmt, ...) posix_print_trace(PREFIX fmt, __VA_ARGS__) macro 60 #define PC_DEBUG(...) macro 104 PC_DEBUG("Thread [%i] %i: %s: Aborting (exiting) (rel mut)\n", in abort_tail() 128 PC_DEBUG("Thread [%i] %i: %s: Waiting to be allowed to run (rel mut)\n", in posix_wait_until_allowed() 144 PC_DEBUG("Thread [%i] %i: %s(): I'm allowed to run! (hav mut)\n", in posix_wait_until_allowed() 157 PC_DEBUG("%s: We let thread [%i] %i run\n", in posix_let_run() 197 PC_DEBUG("Thread [%i] %i: %s: Aborting curr.\n", in posix_swap() 220 PC_DEBUG("%s: Init thread dying now (rel mut)\n", in posix_main_thread_start() 245 PC_DEBUG("Thread %i: %s: Canceling (rel mut)\n", in posix_cleanup_handler() 267 PC_DEBUG("Thread [%i] %i: %s: Starting\n", in posix_thread_starter() [all …]
|