HomeSort by relevance Sort by last modified time
    Searched refs:pthread_join (Results 226 - 237 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/gtest/test/
gtest_unittest.cc 853 pthread_join(tid, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 646 pthreadError = pthread_join (pComponentPrivate->ComponentThread,(void*)&threadError);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 649 pthreadError = pthread_join (pComponentPrivate->ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 593 OMX_PRINT2(pComponentPrivate->dbg, "%d :: About to call pthread_join\n",__LINE__);
594 pthreadError = pthread_join (pComponentPrivate->ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 624 pthreadError = pthread_join (pComponentPrivate->WBAMR_DEC_ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 628 OMX_PRINT2(pComponentPrivate->dbg, "About to call pthread_join\n");
630 pthreadError = pthread_join (pComponentPrivate->ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 714 OMX_PRINT1(pComponentPrivate->dbg, "%d:::About to call pthread_join",__LINE__);
715 pthreadError = pthread_join (pComponentPrivate->ComponentThread,
717 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::called pthread_join",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 460 pthreadError = pthread_join (pComponentPrivate->ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 625 err = pthread_join (pComponentPrivate->ComponentThread,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/qemu-pc-bios/bochs/
configure     [all...]

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 910