Searched refs:thread_dbg (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_thread_test.c | 35 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__) macro 58 thread_dbg("0 %5d lock\n", i); in mutex_performance_test_loop_0() 61 thread_dbg("0 %5d wait flag %d\n", i, flag_0); in mutex_performance_test_loop_0() 66 thread_dbg("0 %5d signal\n", i); in mutex_performance_test_loop_0() 72 thread_dbg("0 %5d unlock\n", i); in mutex_performance_test_loop_0() 85 thread_dbg("1 %5d lock\n", i); in mutex_performance_test_loop_1() 88 thread_dbg("1 %5d wait flag %d\n", i, flag_1); in mutex_performance_test_loop_1() 93 thread_dbg("1 %5d signal\n", i); in mutex_performance_test_loop_1() 99 thread_dbg("1 %5d unlock\n", i); in mutex_performance_test_loop_1()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_thread.cpp | 29 #define thread_dbg(flag, fmt, ...) _mpp_dbg(thread_debug, flag, fmt, ## __VA_ARGS__) macro 79 thread_dbg(MPP_THREAD_DBG_FUNCTION, "thread %s %p context %p create success\n", in start() 92 thread_dbg(MPP_THREAD_DBG_FUNCTION, in stop() 98 thread_dbg(MPP_THREAD_DBG_FUNCTION, in stop()
|