Lines Matching refs:i4_id
1596 ithread_set_affinity(ps_proc->i4_id + 1); in ihevcd_process_thread()
1605 ret = ithread_mutex_lock(ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
1609 while(!ps_dec->ai4_process_start[ps_proc->i4_id]) in ihevcd_process_thread()
1611 ithread_cond_wait(ps_dec->apv_proc_start_condition[ps_proc->i4_id], in ihevcd_process_thread()
1612 ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
1614 ps_dec->ai4_process_start[ps_proc->i4_id] = 0; in ihevcd_process_thread()
1615 ret = ithread_mutex_unlock(ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
1674 ret = ithread_mutex_lock(ps_dec->apv_proc_done_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
1678 ps_dec->ai4_process_done[ps_proc->i4_id] = 1; in ihevcd_process_thread()
1679 ithread_cond_signal(ps_dec->apv_proc_done_condition[ps_proc->i4_id]); in ihevcd_process_thread()
1681 ret = ithread_mutex_unlock(ps_dec->apv_proc_done_mutex[ps_proc->i4_id]); in ihevcd_process_thread()