Searched refs:thread_dbg (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_thread_test.c | 24 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__) macro 47 thread_dbg("0 %5d lock\n", i); in mutex_performance_test_loop_0() 50 thread_dbg("0 %5d wait flag %d\n", i, flag_0); in mutex_performance_test_loop_0() 55 thread_dbg("0 %5d signal\n", i); in mutex_performance_test_loop_0() 61 thread_dbg("0 %5d unlock\n", i); in mutex_performance_test_loop_0() 74 thread_dbg("1 %5d lock\n", i); in mutex_performance_test_loop_1() 77 thread_dbg("1 %5d wait flag %d\n", i, flag_1); in mutex_performance_test_loop_1() 82 thread_dbg("1 %5d signal\n", i); in mutex_performance_test_loop_1() 88 thread_dbg("1 %5d unlock\n", i); in mutex_performance_test_loop_1()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_thread.c | 20 #define thread_dbg(flag, fmt, ...) _mpp_dbg(thread_debug, flag, fmt, ## __VA_ARGS__) macro 71 thread_dbg(THREAD_DBG_FUNC, "thread %s %p context %p create success\n", in mpp_thread_start() 89 thread_dbg(THREAD_DBG_FUNC, "MPP_THREAD_STOPPING status set thd %p\n", (void *)thread); in mpp_thread_stop() 94 …thread_dbg(THREAD_DBG_FUNC, "thread %s %p context %p destroy success\n", thread->name, thread->fun… in mpp_thread_stop() 396 thread_dbg(THREAD_DBG_FUNC, "thread %s %p context %p create success\n", in mpp_sthd_create()
|