Searched refs:uthread_params (Results 1 – 1 of 1) sorted by relevance
1782 struct fastrpc_thread_params *uthread_params = &hlist[domain].th_params; in open_dev() local1784 …CCESS == (nErr = pthread_create(&uthread_params->thread, NULL, fastrpc_set_remote_uthread_params, … in open_dev()1785 VERIFY(AEE_SUCCESS == (nErr = pthread_join(uthread_params->thread, NULL))); in open_dev()1787 __func__, uthread_params->prio, uthread_params->stack_size); in open_dev()