Searched refs:th_params (Results 1 – 1 of 1) sorted by relevance
211 struct fastrpc_thread_params th_params; member324 struct fastrpc_thread_params *th_params = (struct fastrpc_thread_params*)arg; in fastrpc_set_remote_uthread_params() local326 VERIFY(th_params != NULL); in fastrpc_set_remote_uthread_params()327 …VERIFY(AEE_SUCCESS == (nErr = remotectl_set_param(th_params->reqID, (uint32_t*)th_params, paramsLe… in fastrpc_set_remote_uthread_params()1118 hlist[domain].th_params.prio = (uint32_t) params->prio; in store_domain_thread_params()1130 hlist[domain].th_params.stack_size = (uint32_t) params->stack_size; in store_domain_thread_params()1132 hlist[domain].th_params.reqID = req; in store_domain_thread_params()1781 …if (hlist[domain].th_params.prio != DEFAULT_UTHREAD_PRIORITY || hlist[domain].th_params.stack_size… in open_dev()1782 struct fastrpc_thread_params *uthread_params = &hlist[domain].th_params; in open_dev()1871 hlist[i].th_params.prio = DEFAULT_UTHREAD_PRIORITY; in fastrpc_apps_user_init()[all …]