Home
last modified time | relevance | path

Searched refs:thread_debug (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c23 static RK_S32 thread_debug = 0; variable
24 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/osal/
H A Dmpp_thread.c18 static rk_u32 thread_debug = 0; variable
20 #define thread_dbg(flag, fmt, ...) _mpp_dbg(thread_debug, flag, fmt, ## __VA_ARGS__)