Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c127 RK_S32 worker_count; member
592 for (i = 0; i < p->worker_count; i++) { in cluster_signal_f()
677 p->worker_count = mpp_cluster_thd_cnt; in MPP_SINGLETON()
679 mpp_assert(p->worker_count > 0); in MPP_SINGLETON()
681 p->worker = mpp_malloc(ClusterWorker, p->worker_count); in MPP_SINGLETON()
683 for (i = 0; i < p->worker_count; i++) in MPP_SINGLETON()
719 for (i = 0; i < p->worker_count; i++) in cluster_server_put()