/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.cpp | 26 #include "CondVar.h" 32 ** Function: CondVar 39 CondVar::CondVar () 45 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res); 52 ** Function: ~CondVar 59 CondVar::~CondVar () 64 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res) [all...] |
CondVar.h | 30 class CondVar 35 ** Function: CondVar 42 CondVar (); 47 ** Function: ~CondVar 54 ~CondVar ();
|
SyncEvent.h | 25 #include "CondVar.h" 123 CondVar mCondVar;
|
/packages/apps/Nfc/nci/jni/ |
CondVar.cpp | 21 #include "CondVar.h" 30 ** Function: CondVar 37 CondVar::CondVar () 43 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res); 50 ** Function: ~CondVar 57 CondVar::~CondVar () 62 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res) [all...] |
CondVar.h | 26 class CondVar 31 ** Function: CondVar 38 CondVar (); 43 ** Function: ~CondVar 50 ~CondVar ();
|
SyncEvent.h | 21 #include "CondVar.h" 119 CondVar mCondVar;
|
/external/chromium_org/third_party/leveldatabase/src/port/ |
port_posix.cc | 30 CondVar::CondVar(Mutex* mu) 35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); } 37 void CondVar::Wait() { 41 void CondVar::Signal() { 45 void CondVar::SignalAll() {
|
port_posix.h | 83 class CondVar; 95 friend class CondVar; 103 class CondVar { 105 explicit CondVar(Mutex* mu); 106 ~CondVar();
|
port_example.h | 45 class CondVar { 47 explicit CondVar(Mutex* mu); 48 ~CondVar();
|
/external/chromium_org/third_party/leveldatabase/port/ |
port_chromium.cc | 35 CondVar::CondVar(Mutex* mu) 39 CondVar::~CondVar() { } 41 void CondVar::Wait() { 45 void CondVar::Signal(){ 49 void CondVar::SignalAll() {
|
port_chromium.h | 47 friend class CondVar; 51 class CondVar { 53 explicit CondVar(Mutex* mu); 54 ~CondVar(); 62 DISALLOW_COPY_AND_ASSIGN(CondVar);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 286 #define pipe_static_condvar(condvar) \ 287 static pipe_condvar condvar = 1000 289 #define pipe_condvar_init(condvar) \ 290 (void) (condvar = 1000) 292 #define pipe_condvar_destroy(condvar) \ 293 (void) condvar 298 #define pipe_condvar_wait(condvar, mutex) \ 300 os_time_sleep(condvar); \ 304 #define pipe_condvar_signal(condvar) \ 305 (void) condvar 345 pipe_condvar condvar; member in struct:__anon14451 [all...] |
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 286 #define pipe_static_condvar(condvar) \ 287 static pipe_condvar condvar = 1000 289 #define pipe_condvar_init(condvar) \ 290 (void) (condvar = 1000) 292 #define pipe_condvar_destroy(condvar) \ 293 (void) condvar 298 #define pipe_condvar_wait(condvar, mutex) \ 300 os_time_sleep(condvar); \ 304 #define pipe_condvar_signal(condvar) \ 305 (void) condvar 345 pipe_condvar condvar; member in struct:__anon24795 [all...] |
/external/valgrind/main/none/tests/ |
pth_cvsimple.c | 83 printf("condvar was hit!\n"); 85 printf("condvar was multi-hit...\n"); 87 printf("condvar was missed...\n");
|
pth_cvsimple.stdout.exp | 22 condvar was hit!
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 105 /* the mutex protects only the condvar, not the struct */ 107 pipe_condvar condvar; member in struct:egl_g3d_sync
|
egl_g3d_sync.c | 52 pipe_condvar_wait(gsync->condvar, gsync->mutex); 68 pipe_condvar_broadcast(gsync->condvar); 136 pipe_condvar_destroy(gsync->condvar); 194 pipe_condvar_init(gsync->condvar);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 105 /* the mutex protects only the condvar, not the struct */ 107 pipe_condvar condvar; member in struct:egl_g3d_sync
|
egl_g3d_sync.c | 52 pipe_condvar_wait(gsync->condvar, gsync->mutex); 68 pipe_condvar_broadcast(gsync->condvar); 136 pipe_condvar_destroy(gsync->condvar); 194 pipe_condvar_init(gsync->condvar);
|
/external/valgrind/unittest/ |
thread_wrappers_win.h | 80 friend class CondVar; 144 class CondVar { 146 CondVar() { 151 ~CondVar() {
|
thread_wrappers_pthread.h | 146 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen). 149 friend class CondVar; 218 class CondVar { 220 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); } 221 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); } 236 // pthreads do not allow to use condvar with rwlock so we can't make
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 104 class CondVar; 187 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen). 190 friend class CondVar; 276 class CondVar { 278 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); } 279 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); } 295 // pthreads do not allow to use condvar with rwlock so we can't make
|
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 190 ** Description: signal the CondVar to release the thread that is waiting 233 ThreadCondVar CondVar; 234 AutoThreadMutex guard(CondVar); 235 GKI_create_task ((TASKPTR)nfc_task, NFC_TASK, (INT8*)"NFC_TASK", 0, 0, (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar); 236 CondVar.wait();
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
condvar.c | 2 * condvar.c
|
pthread.c | 49 #include "condvar.c"
|