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

  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 109 pthread_cond_t executing_wait; member in class:WorkQueue
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 33 pthread_cond_init(&executing_wait, NULL);
45 pthread_cond_destroy(&executing_wait);
86 /* it returns when Run() is sleeping at executing_wait or at wcond */
101 pthread_cond_signal(&executing_wait);
153 pthread_cond_wait(&executing_wait, &executing_lock);

Completed in 455 milliseconds