Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_thread.c16 #define THREAD_DBG_FUNC (0x00000001) 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()