/external/llvm/include/llvm/Support/ |
D | Valgrind.h | 52 #define TsanHappensBefore(cv) \ argument 56 #define TsanHappensAfter(cv) \ argument 67 #define TsanHappensBefore(cv) argument 68 #define TsanHappensAfter(cv) argument
|
/external/valgrind/main/drd/tests/ |
D | unified_annotations.h | 31 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()
|
D | annotate_hb_err.c | 13 pthread_cond_t cv; in main() local
|
/external/llvm/lib/Support/ |
D | Valgrind.cpp | 61 const volatile void *cv) {} in AnnotateHappensBefore() 63 const volatile void *cv) {} in AnnotateHappensAfter()
|
/external/clang/test/SemaObjCXX/ |
D | overload.mm | 64 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/ |
D | dynamic_annotations.h | 126 #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/ |
D | dynamic_annotations.h | 129 #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/ |
D | libstdc++_tests.cc | 61 pthread_cond_t cv; variable 125 pthread_cond_t cv; variable
|
D | windows_tests.cc | 349 CONDITION_VARIABLE cv; variable
|
/external/openssl/crypto/conf/ |
D | cnf_save.c | 81 static void print_conf(CONF_VALUE *cv) in print_conf()
|
/external/valgrind/main/drd/ |
D | drd.h | 134 #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/ |
D | tc20_verifywrap.c | 45 pthread_cond_t cv; in main() local
|
D | tc23_bogus_condwait.c | 11 pthread_cond_t cv; pthread_rwlock_t rwl; variable
|
/external/harfbuzz/src/ |
D | harfbuzz-gdef.c | 383 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/ |
D | helgrind.h | 416 #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/ |
D | shapes.cpp | 103 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDraw() local
|
/external/skia/samplecode/ |
D | SampleShapes.cpp | 139 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDrawContent() local
|
/external/chromium/base/synchronization/ |
D | condition_variable_unittest.cc | 158 ConditionVariable cv(&lock); in TEST_F() local 174 ConditionVariable cv(&lock); in TEST_F() local
|
D | waitable_event_posix.cc | 141 base::ConditionVariable* cv() { in cv() function in base::SyncWaiter
|
/external/chromium/base/threading/ |
D | worker_pool_posix_unittest.cc | 33 void set_num_idle_threads_cv(ConditionVariable* cv) { in set_num_idle_threads_cv()
|
/external/chromium/chrome/browser/ui/views/ |
D | hung_renderer_view.cc | 446 HungRendererDialogView* cv = new HungRendererDialogView; in CreateHungRendererDialogView() local
|
/external/clang/test/SemaCXX/ |
D | dcl_init_aggr.cpp | 37 char cv[4] = { 'a', 's', 'd', 'f', 0 }; // expected-error{{excess elements in array initializer}} variable
|
/external/stlport/test/unit/ |
D | vector_test.cpp | 315 vector<int> const& cv = v; in at() local
|
/external/libxml2/ |
D | threads.c | 126 pthread_cond_t cv; member
|
/external/openssl/apps/ |
D | ca.c | 1719 CONF_VALUE *cv; in do_body() local 2275 CONF_VALUE *cv=NULL; in certify_spkac() local
|