Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dfastrpc_apps_user.c1782 struct fastrpc_thread_params *uthread_params = &hlist[domain].th_params; in open_dev() local
1784 …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()