Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/include/llvm/Support/
DValgrind.h52 #define TsanHappensBefore(cv) \ argument
56 #define TsanHappensAfter(cv) \ argument
67 #define TsanHappensBefore(cv) argument
68 #define TsanHappensAfter(cv) argument
/external/valgrind/main/drd/tests/
Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) in AnnotateCondVarSignal()
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, in AnnotateCondVarWait()
Dannotate_hb_err.c13 pthread_cond_t cv; in main() local
/external/llvm/lib/Support/
DValgrind.cpp61 const volatile void *cv) {} in AnnotateHappensBefore()
63 const volatile void *cv) {} in AnnotateHappensAfter()
/external/clang/test/SemaObjCXX/
Doverload.mm64 int& cv(A*); // expected-note {{previous declaration}} expected-note 2 {{not viable}} function
65 float& cv(const A*); // expected-error {{cannot be overloaded}} function
/external/valgrind/dynamic_annotations/
Ddynamic_annotations.h126 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument
131 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument
136 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument
141 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument
390 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ argument
391 #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ argument
392 #define ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ argument
393 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ argument
/external/chromium/base/third_party/dynamic_annotations/
Ddynamic_annotations.h129 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument
134 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument
139 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument
144 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument
391 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ argument
392 #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ argument
393 #define ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ argument
394 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ argument
/external/valgrind/unittest/
Dlibstdc++_tests.cc61 pthread_cond_t cv; variable
125 pthread_cond_t cv; variable
Dwindows_tests.cc349 CONDITION_VARIABLE cv; variable
/external/openssl/crypto/conf/
Dcnf_save.c81 static void print_conf(CONF_VALUE *cv) in print_conf()
/external/valgrind/main/drd/
Ddrd.h134 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument
139 #define ANNOTATE_CONDVAR_SIGNAL(cv) do { } while(0) argument
144 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) do { } while(0) argument
153 #define ANNOTATE_CONDVAR_WAIT(cv) do { } while(0) argument
/external/valgrind/main/helgrind/tests/
Dtc20_verifywrap.c45 pthread_cond_t cv; in main() local
Dtc23_bogus_condwait.c11 pthread_cond_t cv; pthread_rwlock_t rwl; variable
/external/harfbuzz/src/
Dharfbuzz-gdef.c383 static HB_Error Load_CaretValue( HB_CaretValue* cv, in Load_CaretValue()
462 static void Free_CaretValue( HB_CaretValue* cv) in Free_CaretValue()
479 HB_CaretValue* cv; in Load_LigGlyph() local
529 HB_CaretValue* cv; in Free_LigGlyph() local
/external/valgrind/main/helgrind/
Dhelgrind.h416 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument
421 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument
426 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument
431 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument
/external/skia/gm/
Dshapes.cpp103 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDraw() local
/external/skia/samplecode/
DSampleShapes.cpp139 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDrawContent() local
/external/chromium/base/synchronization/
Dcondition_variable_unittest.cc158 ConditionVariable cv(&lock); in TEST_F() local
174 ConditionVariable cv(&lock); in TEST_F() local
Dwaitable_event_posix.cc141 base::ConditionVariable* cv() { in cv() function in base::SyncWaiter
/external/chromium/base/threading/
Dworker_pool_posix_unittest.cc33 void set_num_idle_threads_cv(ConditionVariable* cv) { in set_num_idle_threads_cv()
/external/chromium/chrome/browser/ui/views/
Dhung_renderer_view.cc446 HungRendererDialogView* cv = new HungRendererDialogView; in CreateHungRendererDialogView() local
/external/clang/test/SemaCXX/
Ddcl_init_aggr.cpp37 char cv[4] = { 'a', 's', 'd', 'f', 0 }; // expected-error{{excess elements in array initializer}} variable
/external/stlport/test/unit/
Dvector_test.cpp315 vector<int> const& cv = v; in at() local
/external/libxml2/
Dthreads.c126 pthread_cond_t cv; member
/external/openssl/apps/
Dca.c1719 CONF_VALUE *cv; in do_body() local
2275 CONF_VALUE *cv=NULL; in certify_spkac() local

12