Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c182 pthread_t pthIPAPollingId; member
521 IPAPool_Info[idx].pthIPAPollingId = -1;//in init,no polling id yet. in MApi_IPA_Pool_Init()
674 if(IPAPool_Info[idx].pthIPAPollingId != -1) in MApi_IPA_Pool_Release()
688 pthread_join(IPAPool_Info[idx].pthIPAPollingId, NULL); in MApi_IPA_Pool_Release()
694 pthread_cancel(IPAPool_Info[idx].pthIPAPollingId);//delete polling task in MApi_IPA_Pool_Release()
1164 pthread_t pthIPAPollingId = -1; in MApi_IPA_Pool_Notify() local
1187 if(-1 == IPAPool_Info[idx].pthIPAPollingId) //no polling id refer to pool handle id in MApi_IPA_Pool_Notify()
1191 pthread_res = pthread_create(&pthIPAPollingId, in MApi_IPA_Pool_Notify()
1207 IPAPool_Info[idx].pthIPAPollingId = pthIPAPollingId; in MApi_IPA_Pool_Notify()
1213 …or,will not set callback again\n",polling_param->pool_handle_id,IPAPool_Info[idx].pthIPAPollingId); in MApi_IPA_Pool_Notify()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c196 pid_t pthIPAPollingId; member
436 IPAPool_Info[idx].pthIPAPollingId = -1;//in init,no polling id yet. in MApi_IPA_Pool_Init()
634 if(IPAPool_Info[idx].pthIPAPollingId != -1) in MApi_IPA_Pool_Release()
1457 if(-1 == IPAPool_Info[idx].pthIPAPollingId) //no polling id refer to pool handle id in MApi_IPA_Pool_Notify()
1494 IPAPool_Info[idx].pthIPAPollingId = get_task_pid(IPAPolling_struct, PIDTYPE_PID); in MApi_IPA_Pool_Notify()
1497 …nel_thread success pthIPAPollingId=%d\n",__FUNCTION__,__LINE__,IPAPool_Info[idx].pthIPAPollingId); in MApi_IPA_Pool_Notify()
1504 …or,will not set callback again\n",polling_param->pool_handle_id,IPAPool_Info[idx].pthIPAPollingId); in MApi_IPA_Pool_Notify()