OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdrs_wait
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
155
pthread_cond_t
hdrs_wait
;
member in class:PortBase
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
48
pthread_cond_init(&
hdrs_wait
, NULL);
99
pthread_cond_destroy(&
hdrs_wait
);
389
pthread_cond_signal(&
hdrs_wait
);
488
pthread_cond_signal(&
hdrs_wait
);
555
pthread_cond_signal(&
hdrs_wait
);
575
pthread_cond_wait(&
hdrs_wait
, &hdrs_lock);
597
rc = pthread_cond_timedwait(&
hdrs_wait
, &hdrs_lock, &tv);
[
all
...]
Completed in 397 milliseconds