Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dlogger.c122 TRACE_LOG("Log thread %d is starting.\n", ctx->cpu); in ThreadLogMain()
151 TRACE_LOG("Log thread %d out of first loop.\n", ctx->cpu); in ThreadLogMain()
165 TRACE_LOG("Log thread %d finished.\n", ctx->cpu); in ThreadLogMain()
H A Dcore.c1555 TRACE_LOG("Log thread %d joined.\n", mctx->cpu); in mtcp_free_context()
/mOS-networking-stack/core/src/include/
H A Ddebug.h87 #define TRACE_LOG(f, m...) TRACE_INFO(f, ##m) macro
89 #define TRACE_LOG(f, m...) (void)0 macro