OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcond
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp
30
pthread_cond_init(&
wcond
, NULL);
41
pthread_cond_destroy(&
wcond
);
80
pthread_cond_signal(&
wcond
); /* wakeup Run() if it's sleeping */
86
/* it returns when Run() is sleeping at executing_wait or at
wcond
*/
91
/* this prevents deadlock if Run() is sleeping with locking
wcond
*/
127
pthread_cond_wait(&
wcond
, &wlock);
181
pthread_cond_signal(&
wcond
); /* wakeup Run() if it's sleeping */
192
pthread_cond_signal(&
wcond
); /* wakeup Run() if it's sleeping */
211
pthread_cond_signal(&
wcond
); /* wakeup Run() if it's sleeping */
/hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h
102
pthread_cond_t
wcond
;
member in class:WorkQueue
Completed in 41 milliseconds