HomeSort by relevance Sort by last modified time
    Searched full:condvar (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /packages/apps/Nfc/nci/jni/
SyncEvent.h 21 #include "CondVar.h"
119 CondVar mCondVar;
  /system/nfc/halimpl/bcm2079x/adaptation/
SyncEvent.h 25 #include "CondVar.h"
102 CondVar mCondVar;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 182 /* For each condvar, we will:
183 * - init the condvar
184 * - destroy the condvar
185 * - init the condvar
186 * - destroy the condvar
187 * - init the condvar
247 /* Free the condvar resources in the cur element */
stress.c 106 "Memory allocation for condvar failed");
134 "Unable to set PShared condvar");
143 "Unable to attribute monotonic clock to condvar");
  /toolchain/binutils/binutils-2.25/gold/
gold-threads.cc 257 // Methods for Condvar class.
259 Condvar::Condvar(Lock& lock)
274 Condvar::~Condvar()
token.h 29 class Condvar;
workqueue.h 286 Condvar condvar_;
  /external/valgrind/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/mesa3d/include/c11/
threads_win32.h 93 CONDITION_VARIABLE condvar; member in struct:cnd_t
327 WakeAllConditionVariable(&cond->condvar);
354 InitializeConditionVariable(&cond->condvar);
372 WakeConditionVariable(&cond->condvar);
385 if (SleepConditionVariableCS(&cond->condvar, mtx, impl_xtime2msec(xt)))
399 SleepConditionVariableCS(&cond->condvar, mtx, INFINITE);
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 278 ** Description: signal the CondVar to release the thread that is waiting
316 ThreadCondVar CondVar;
317 AutoThreadMutex guard(CondVar);
319 (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar);
320 CondVar.wait();
  /external/webrtc/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 38 // CondVar used to wait for, and signal arrival of, an SDP-related callback.
  /external/clang/lib/AST/
Stmt.cpp 797 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
803 setConditionVariable(C, condVar);
810 if (!SubExprs[CONDVAR])
813 DeclStmt *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
819 SubExprs[CONDVAR] = nullptr;
824 SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),
    [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1-sources.jar 
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
one_time_construction.cc 48 /* In this implementation, we use a single global mutex+condvar pair.
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
one_time_construction.cc 56 /* In this implementation, we use a single global mutex+condvar pair.
  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 34 * getting updated w/o holding the internal condvar lock. A FAIL is indicated
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 154 UNRESOLVED(ret, "Failed to wait the condvar");
  /external/ltp/testcases/open_posix_testsuite/
ChangeLog 32 - functional/threads/condvar/, README:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 284 UNRESOLVED(ret, "Unable to initialize condvar");
2-6.c 341 UNRESOLVED(ret, "Unable to initialize condvar");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 350 UNRESOLVED(ret, "Unable to initialize condvar");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c 195 UNRESOLVED(ret, "Unable to wait for condvar");
  /external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c 43 * T1 then wakes up T2 by signalling on the condvar CV2 and sets a flag
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 244 // blocked on the same condvar, which is currently not possible.
  /prebuilts/go/linux-x86/src/runtime/
sema.go 244 // blocked on the same condvar, which is currently not possible.

Completed in 5029 milliseconds

12 3 4 5 6