HomeSort by relevance Sort by last modified time
    Searched refs:cbThread (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 164 * @ param cbThread : Callback thread.
179 pthread_t cbThread;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 115 //pthread_t cbThread;
171 pthread_create(&(pRPCCtx->cbThread), NULL, RPC_CallbackThread,
220 } else if (pRPCCtx->cbThread)
223 status = pthread_join(pRPCCtx->cbThread, NULL);

Completed in 32 milliseconds