Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c451 int pthread_join(cyg_handle_t thread_hdl_obj, void **status) in pthread_join() function
1011 pthread_join(thread_hdl, NULL); //stephen in MPEG2TS_Video_Encode_Enable()
1014 pthread_join(thread_info, NULL); //stephen in MPEG2TS_Video_Encode_Enable()
1086 if((err=pthread_join(thread_info,NULL))!=0) in MAdp_MFE_Finish()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h208 int _EXFUN(pthread_join, (pthread_t thread, void **value_ptr));
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c806 if( 0 != pthread_join(_hsl->threadCmdRecvStart, 0)) in FrHsl_AutoTest_End()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h242 extern int pthread_join (pthread_t __th, void **__thread_return);
/utopia/UTPA2-700.0.x/mxlib/hal/M7821/
H A DhalCHIP.c989 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/maxim/
H A DhalCHIP.c993 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/marcus/
H A DhalCHIP.c993 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/mainz/
H A DhalCHIP.c967 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/maserati/
H A DhalCHIP.c989 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/manhattan/
H A DhalCHIP.c989 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/mustang/
H A DhalCHIP.c970 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/messi/
H A DhalCHIP.c967 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/M7621/
H A DhalCHIP.c993 if((ret=pthread_join( _HISR_Info[u8VectorIndex].ithr,NULL ))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1183 if (0 == PTH_RET_CHK(pthread_join(_MsOS_Task_Info[s32Id].stThreadInfo, NULL))) in MsOS_CreateTask()
1354 if (0== PTH_RET_CHK(pthread_join(_MsOS_Task_Info[s32TaskId].stThreadInfo, NULL))) in MsOS_DeleteTask()
H A DdrvIPAPool.c688 pthread_join(IPAPool_Info[idx].pthIPAPollingId, NULL); in MApi_IPA_Pool_Release()
/utopia/UTPA2-700.0.x/mxlib/hal/k7u/
H A DhalCHIP.c1199 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/k6lite/
H A DhalCHIP.c1199 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/curry/
H A DhalCHIP.c1186 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/kano/
H A DhalCHIP.c1199 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/k6/
H A DhalCHIP.c1199 if((ret=pthread_join(_HISR_Info[u8VectorIndex].ithr, NULL))!=0) in CHIP_DetachISR()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c2270 if( pthread_join(id, NULL) != 0 ) in MApi_XC_DIP_InterruptDetach()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c10653 pthread_join(m_thread_id, 0); in _MApi_VDEC_EX_V2_Exit()
H A DapiVDEC_EX.c.010649 pthread_join(m_thread_id, 0);