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

  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 34 pthread_cond_init(&paused_wait, NULL);
44 pthread_cond_destroy(&paused_wait);
93 pthread_cond_wait(&paused_wait, &executing_lock); /* wokeup by Run() */
120 pthread_cond_signal(&paused_wait);
146 * PausedWork() waits for paused_wait signal. Run() sends the
152 pthread_cond_signal(&paused_wait);
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 110 pthread_cond_t paused_wait; member in class:WorkQueue

Completed in 102 milliseconds