Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_thread.c309 } MppSThdImpl; typedef
316 MppSThdImpl thds[];
333 static rk_s32 check_sthd(const char *name, MppSThdImpl *thd) in check_sthd()
348 #define CHECK_STHD(thd) check_sthd(__FUNCTION__, (MppSThdImpl *)(thd))
350 static void mpp_sthd_init(MppSThdImpl *thd, rk_s32 idx) in mpp_sthd_init()
364 static void mpp_sthd_deinit(MppSThdImpl *thd) in mpp_sthd_deinit()
378 static MPP_RET mpp_sthd_create(MppSThdImpl *thd) in mpp_sthd_create()
410 rk_s32 size = MPP_ALIGN(sizeof(MppSThdImpl), 8) + THREAD_NAME_LEN; in mpp_sthd_get()
411 MppSThdImpl *thd = mpp_calloc_size(MppSThdImpl, size); in mpp_sthd_get()
431 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_put()
[all …]