Searched refs:thread_debug (Results 1 – 2 of 2) sorted by relevance
27 static RK_U32 thread_debug = 0; variable29 #define thread_dbg(flag, fmt, ...) _mpp_dbg(thread_debug, flag, fmt, ## __VA_ARGS__)
34 static RK_S32 thread_debug = 0; variable35 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__)