Home
last modified time | relevance | path

Searched refs:pcq (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Ddynamic_annotations.h167 #define _Py_ANNOTATE_PCQ_CREATE(pcq) \ argument
168 AnnotatePCQCreate(__FILE__, __LINE__, pcq)
171 #define _Py_ANNOTATE_PCQ_DESTROY(pcq) \ argument
172 AnnotatePCQDestroy(__FILE__, __LINE__, pcq)
176 #define _Py_ANNOTATE_PCQ_PUT(pcq) \ argument
177 AnnotatePCQPut(__FILE__, __LINE__, pcq)
180 #define _Py_ANNOTATE_PCQ_GET(pcq) \ argument
181 AnnotatePCQGet(__FILE__, __LINE__, pcq)
345 #define _Py_ANNOTATE_PCQ_CREATE(pcq) /* empty */ argument
346 #define _Py_ANNOTATE_PCQ_DESTROY(pcq) /* empty */ argument
[all …]
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h209 #define ANNOTATE_PCQ_CREATE(pcq) \ argument
210 DYNAMIC_ANNOTATIONS_NAME(AnnotatePCQCreate)(__FILE__, __LINE__, pcq)
213 #define ANNOTATE_PCQ_DESTROY(pcq) \ argument
214 DYNAMIC_ANNOTATIONS_NAME(AnnotatePCQDestroy)(__FILE__, __LINE__, pcq)
218 #define ANNOTATE_PCQ_PUT(pcq) \ argument
219 DYNAMIC_ANNOTATIONS_NAME(AnnotatePCQPut)(__FILE__, __LINE__, pcq)
223 #define ANNOTATE_PCQ_GET(pcq) \ argument
224 DYNAMIC_ANNOTATIONS_NAME(AnnotatePCQGet)(__FILE__, __LINE__, pcq)
399 #define ANNOTATE_PCQ_CREATE(pcq) /* empty */ argument
400 #define ANNOTATE_PCQ_DESTROY(pcq) /* empty */ argument
[all …]
Ddynamic_annotations.c136 const char *file, int line, const volatile void *pcq) in DYNAMIC_ANNOTATIONS_NAME()
140 const char *file, int line, const volatile void *pcq) in DYNAMIC_ANNOTATIONS_NAME()
144 const char *file, int line, const volatile void *pcq) in DYNAMIC_ANNOTATIONS_NAME()
148 const char *file, int line, const volatile void *pcq) in DYNAMIC_ANNOTATIONS_NAME()
/external/python/cpython3/Python/
Ddynamic_annotations.c80 const volatile void *pcq){} in AnnotatePCQCreate() argument
82 const volatile void *pcq){} in AnnotatePCQDestroy() argument
84 const volatile void *pcq){} in AnnotatePCQPut() argument
86 const volatile void *pcq){} in AnnotatePCQGet() argument
/external/llvm-project/openmp/runtime/src/
Dtsan_annotations.cpp59 uptr pcq) {} in AnnotatePCQGet() argument
61 uptr pcq) {} in AnnotatePCQPut() argument
63 uptr pcq) {} in AnnotatePCQDestroy() argument
65 uptr pcq) {} in AnnotatePCQCreate() argument
Dtsan_annotations.h47 void AnnotatePCQGet(const char *f, int l, uptr pcq);
48 void AnnotatePCQPut(const char *f, int l, uptr pcq);
49 void AnnotatePCQDestroy(const char *f, int l, uptr pcq);
50 void AnnotatePCQCreate(const char *f, int l, uptr pcq);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc330 char *f, int l, uptr pcq) { in AnnotatePCQGet() argument
335 char *f, int l, uptr pcq) { in AnnotatePCQPut() argument
340 char *f, int l, uptr pcq) { in AnnotatePCQDestroy() argument
345 char *f, int l, uptr pcq) { in AnnotatePCQCreate() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cpp330 char *f, int l, uptr pcq) { in AnnotatePCQGet() argument
335 char *f, int l, uptr pcq) { in AnnotatePCQPut() argument
340 char *f, int l, uptr pcq) { in AnnotatePCQDestroy() argument
345 char *f, int l, uptr pcq) { in AnnotatePCQCreate() argument