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

12

/external/valgrind/main/drd/tests/
H A Dannotate_hb_err.c13 pthread_cond_t cv; local
17 pthread_cond_init(&cv, NULL);
26 U_ANNOTATE_HAPPENS_BEFORE(&cv);
H A Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) argument
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, argument
/external/llvm/lib/Support/
H A DValgrind.cpp61 const volatile void *cv) {}
63 const volatile void *cv) {}
60 AnnotateHappensBefore(const char *file, int line, const volatile void *cv) argument
62 AnnotateHappensAfter(const char *file, int line, const volatile void *cv) argument
/external/openssl/crypto/conf/
H A Dcnf_save.c62 static void print_conf(CONF_VALUE *cv);
81 static void print_conf(CONF_VALUE *cv) argument
92 if (cv->name != NULL) return;
94 printf("[ %s ]\n",cv->section);
95 s=(STACK *)cv->value;
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.c45 pthread_cond_t cv; local
146 r= pthread_cond_init( &cv, NULL ); assert(!r);
147 r= pthread_cond_wait( &cv, &mx4 ); assert(r);
152 r= pthread_cond_signal( &cv ); assert(!r);
158 r= pthread_cond_broadcast( &cv ); assert(!r);
165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r);
H A Dtc23_bogus_condwait.c11 pthread_cond_t cv; pthread_rwlock_t rwl; variable
20 pthread_cond_signal( &cv );
24 pthread_cond_signal( &cv );
28 pthread_cond_signal( &cv );
32 pthread_cond_signal( &cv );
56 r= pthread_cond_init(&cv, NULL); assert(!r);
69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(4 + (char*)&mx[0]) );
72 r= pthread_cond_wait(&cv, &mx[0]);
75 r= pthread_cond_wait(&cv, (pthread_mutex_t*)&rwl );
78 r= pthread_cond_wait(&cv,
[all...]
/external/valgrind/unittest/
H A Dlibstdc++_tests.cc61 pthread_cond_t cv; member in namespace:LibStdCPlusPlus_basic_string_Test
69 pthread_cond_signal(&cv);
89 pthread_cond_init(&cv, 0);
97 pthread_cond_wait(&cv, &mu);
125 pthread_cond_t cv; member in namespace:LibStdCPlusPlus_shared_ptr_Test
133 pthread_cond_signal(&cv);
152 pthread_cond_init(&cv, 0);
160 pthread_cond_wait(&cv, &mu);
H A Dwindows_tests.cc349 CONDITION_VARIABLE cv; member in namespace:WindowsConditionVariableSRWTest
360 WakeConditionVariable(&cv);
368 SleepConditionVariableSRW(&cv, &SRWLock, 10, 0);
377 InitializeConditionVariable(&cv);
/external/skia/gm/
H A Dshapes.cpp103 SkCanvas* cv = pict->beginRecording(1000, 1000); local
104 cv->scale(SK_ScalarHalf, SK_ScalarHalf);
105 gs->draw(cv);
106 cv->translate(SkIntToScalar(680), SkIntToScalar(480));
107 cv->scale(-SK_Scalar1, SK_Scalar1);
108 gs->draw(cv);
H A Dgmmain.cpp466 SkCanvas* cv = pict->beginRecording(1000, 1000); local
467 invokeGM(gm, cv);
/external/skia/samplecode/
H A DSampleShapes.cpp139 SkCanvas* cv = pict->beginRecording(1000, 1000); local
140 cv->scale(SK_ScalarHalf, SK_ScalarHalf);
141 gs->draw(cv);
142 cv->translate(SkIntToScalar(680), SkIntToScalar(480));
143 cv->scale(-SK_Scalar1, SK_Scalar1);
144 gs->draw(cv);
/external/chromium/base/synchronization/
H A Dwaitable_event_posix.cc141 base::ConditionVariable* cv() { function in class:base::SyncWaiter
204 sw.cv()->TimedWait(max_wait);
206 sw.cv()->Wait();
267 sw.cv()->Wait();
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c72 const char *file, int line, const volatile void *cv,
75 const char *file, int line, const volatile void *cv){}
77 const char *file, int line, const volatile void *cv){}
71 AnnotateCondVarWait( const char *file, int line, const volatile void *cv, const volatile void *lock) argument
74 AnnotateCondVarSignal( const char *file, int line, const volatile void *cv) argument
76 AnnotateCondVarSignalAll( const char *file, int line, const volatile void *cv) argument
/external/chromium/base/threading/
H A Dworker_pool_posix_unittest.cc33 void set_num_idle_threads_cv(ConditionVariable* cv) { argument
34 pool_->num_idle_threads_cv_.reset(cv);
/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp37 char cv[4] = { 'a', 's', 'd', 'f', 0 }; // expected-error{{excess elements in array initializer}} variable
H A Doverload-call.cpp30 void test_h(float fv, unsigned char cv) { argument
32 int* ip = h(cv);
255 // Test that cv-qualifiers get subsumed in the reference binding.
271 // Test overloading with cv-qualification differences in reference
/external/stlport/test/unit/
H A Dvector_test.cpp315 vector<int> const& cv = v; local
320 CPPUNIT_ASSERT( cv.at(0) == 20 );
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c79 const char *file, int line, const volatile void *cv,
82 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL}
84 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL}
78 AnnotateCondVarWait( const char *file, int line, const volatile void *cv, const volatile void *lock) argument
81 AnnotateCondVarSignal( const char *file, int line, const volatile void *cv) argument
83 AnnotateCondVarSignalAll( const char *file, int line, const volatile void *cv) argument
/external/chromium/chrome/browser/ui/views/
H A Dhung_renderer_view.cc446 HungRendererDialogView* cv = new HungRendererDialogView; local
447 views::Window::CreateChromeWindow(NULL, gfx::Rect(), cv);
448 return cv;
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c383 static HB_Error Load_CaretValue( HB_CaretValue* cv, argument
396 cv->CaretValueFormat = GET_UShort();
400 switch ( cv->CaretValueFormat )
406 cv->cvf.cvf1.Coordinate = GET_Short();
416 cv->cvf.cvf2.CaretValuePoint = GET_UShort();
426 cv->cvf.cvf3.Coordinate = GET_Short();
434 ( error = _HB_OPEN_Load_Device( &cv->cvf.cvf3.Device,
446 cv->cvf.cvf4.IdCaretValue = GET_UShort();
462 static void Free_CaretValue( HB_CaretValue* cv) argument
464 if ( cv
479 HB_CaretValue* cv; local
529 HB_CaretValue* cv; local
[all...]
/external/libxml2/
H A Dthreads.c126 pthread_cond_t cv; member in struct:_xmlRMutex
308 pthread_cond_init(&tok->cv, NULL);
338 pthread_cond_destroy(&tok->cv);
372 pthread_cond_wait(&tok->cv, &tok->lock);
412 pthread_cond_signal(&tok->cv);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc172 void AnnotateCondVarSignal(char *f, int l, uptr cv) { argument
176 void AnnotateCondVarSignalAll(char *f, int l, uptr cv) { argument
184 void AnnotateCondVarWait(char *f, int l, uptr cv, uptr lock) { argument
/external/opencv/cxcore/include/
H A Dcvwimage.h107 namespace cv { namespace
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jar ... cvs org.apache.bcel.classfile.ConstantValue cv org.apache.bcel.classfile.Field field ...
/external/openssl/apps/
H A Dca.c1719 CONF_VALUE *cv; local
1821 cv=sk_CONF_VALUE_value(policy,i); /* get the object id */
1822 if ((j=OBJ_txt2nid(cv->name)) == NID_undef)
1824 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name);
1847 if (strcmp(cv->value,"optional") == 0)
1852 else if (strcmp(cv->value,"supplied") == 0)
1856 BIO_printf(bio_err,"The %s field needed to be supplied and was missing\n",cv->name);
1862 else if (strcmp(cv->value,"match") == 0)
1868 BIO_printf(bio_err,"The mandatory %s field was missing\n",cv->name);
1878 BIO_printf(bio_err,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv
2275 CONF_VALUE *cv=NULL; local
[all...]

Completed in 723 milliseconds

12