Searched defs:pcq (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c83 const char *file, int line, const volatile void *pcq){}
85 const char *file, int line, const volatile void *pcq){}
87 const char *file, int line, const volatile void *pcq){}
89 const char *file, int line, const volatile void *pcq){}
82 AnnotatePCQCreate( const char *file, int line, const volatile void *pcq) argument
84 AnnotatePCQDestroy( const char *file, int line, const volatile void *pcq) argument
86 AnnotatePCQPut( const char *file, int line, const volatile void *pcq) argument
88 AnnotatePCQGet( const char *file, int line, const volatile void *pcq) argument
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c94 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
96 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
98 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
100 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
93 AnnotatePCQCreate( const char *file, int line, const volatile void *pcq) argument
95 AnnotatePCQDestroy( const char *file, int line, const volatile void *pcq) argument
97 AnnotatePCQPut( const char *file, int line, const volatile void *pcq) argument
99 AnnotatePCQGet( const char *file, int line, const volatile void *pcq) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc267 void AnnotatePCQGet(char *f, int l, uptr pcq) { argument
271 void AnnotatePCQPut(char *f, int l, uptr pcq) { argument
275 void AnnotatePCQDestroy(char *f, int l, uptr pcq) { argument
279 void AnnotatePCQCreate(char *f, int l, uptr pcq) { argument
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c2586 ANN_FUNC(void, AnnotatePCQCreate, const char *file, int line, void *pcq) argument
2589 ANN_TRACE("--#%d %s[%p] %s:%d\n", tid, name, pcq, file, line);
2590 DO_CREQ_v_W(TSREQ_PCQ_CREATE, void*,pcq);
2593 ANN_FUNC(void, AnnotatePCQDestroy, const char *file, int line, void *pcq) argument
2596 ANN_TRACE("--#%d %s[%p] %s:%d\n", tid, name, pcq, file, line);
2597 DO_CREQ_v_W(TSREQ_PCQ_DESTROY, void*,pcq);
2600 ANN_FUNC(void, AnnotatePCQPut, const char *file, int line, void *pcq) argument
2603 ANN_TRACE("--#%d %s[%p] %s:%d\n", tid, name, pcq, file, line);
2604 DO_CREQ_v_W(TSREQ_PCQ_PUT, void*,pcq);
2607 ANN_FUNC(void, AnnotatePCQGet, const char *file, int line, void *pcq) argument
[all...]

Completed in 139 milliseconds