Searched defs:pthread_cond_t (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h47 operator pthread_cond_t* () {return &mCondVar;}
50 pthread_cond_t mCondVar;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h37 } pthread_cond_t; typedef in typeref:struct:__anon13136
95 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
103 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
118 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) {
131 static INLINE int pthread_cond_wait(pthread_cond_t *const condition,
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c30 } pthread_cond_t; typedef in typeref:struct:__anon13304
40 pthread_cond_t condition_;
98 static int pthread_cond_destroy(pthread_cond_t* const condition) {
106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) {
120 static int pthread_cond_signal(pthread_cond_t* const condition) {
133 static int pthread_cond_wait(pthread_cond_t* const condition,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h38 } pthread_cond_t; typedef in typeref:struct:__anon24929
96 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
104 static INLINE int pthread_cond_init(pthread_cond_t *const condition,
119 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) {
132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition,
170 pthread_cond_t condition_;
/external/webp/src/utils/
H A Dthread.c30 } pthread_cond_t; typedef in typeref:struct:__anon33401
40 pthread_cond_t condition_;
98 static int pthread_cond_destroy(pthread_cond_t* const condition) {
106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) {
120 static int pthread_cond_signal(pthread_cond_t* const condition) {
133 static int pthread_cond_wait(pthread_cond_t* const condition,
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h591 typedef struct pthread_cond_t_ * pthread_cond_t; typedef in typeref:struct:pthread_cond_t_
703 #define PTHREAD_COND_INITIALIZER ((pthread_cond_t)(size_t) -1)
1089 PTW32_DLLPORT int PTW32_CDECL pthread_cond_init (pthread_cond_t * cond,
1092 PTW32_DLLPORT int PTW32_CDECL pthread_cond_destroy (pthread_cond_t * cond);
1094 PTW32_DLLPORT int PTW32_CDECL pthread_cond_wait (pthread_cond_t * cond,
1097 PTW32_DLLPORT int PTW32_CDECL pthread_cond_timedwait (pthread_cond_t * cond,
1101 PTW32_DLLPORT int PTW32_CDECL pthread_cond_signal (pthread_cond_t * cond);
1103 PTW32_DLLPORT int PTW32_CDECL pthread_cond_broadcast (pthread_cond_t * cond);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c499 } pthread_cond_t; typedef in typeref:struct:__anon33264

Completed in 196 milliseconds