HomeSort by relevance Sort by last modified time
    Searched defs:PT_GUARDED_BY (Results 1 - 14 of 14) sorted by null

  /device/google/cuttlefish_common/common/libs/threads/
thread_annotations.h 33 #define PT_GUARDED_BY(x) \
34 THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /external/webrtc/webrtc/base/
thread_annotations.h 43 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
44 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(point_to_guarded_by(x))
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 7 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x)))
46 int *b_ PT_GUARDED_BY(foo_.mu_) = &a_;
  /external/tensorflow/tensorflow/core/platform/default/
thread_annotations.h 61 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
62 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 10 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x)))
warn-thread-safety-verbose.cpp 7 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x)))
warn-thread-safety-parsing.cpp 7 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x)))
372 #if !__has_attribute(pt_guarded_by)
373 #error "Should support pt_guarded_by attribute"
378 int *pgb_var_noargs __attribute__((pt_guarded_by)); // \
379 // expected-error {{'pt_guarded_by' attribute takes one argument}}
381 int *pgb_ptr_var_arg PT_GUARDED_BY(mu1);
383 int *pgb_ptr_var_args __attribute__((pt_guarded_by(mu1, mu2))); // \
384 // expected-error {{'pt_guarded_by' attribute takes one argument}}
386 int pgb_var_args PT_GUARDED_BY(mu1); //
    [all...]
warn-thread-safety-analysis.cpp 10 #define PT_GUARDED_BY(x) __attribute__((pt_guarded_by(x)))
422 int *pgb_var __attribute__((pt_guarded_by(sls_mu)));
428 __attribute__((pt_guarded_by(sls_mu)));
564 int *q __attribute__((pt_guarded_by(mu)));
894 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
902 int *q PT_GUARDED_BY(mu);
907 int *p GUARDED_BY(mu) PT_GUARDED_BY(mu);
1312 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
1320 int *q PT_GUARDED_BY(mu)
    [all...]
  /external/google-benchmark/src/
mutex.h 23 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /external/libcxx/utils/google-benchmark/src/
mutex.h 23 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
mutex.h 23 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /system/core/base/include/android-base/
thread_annotations.h 38 #define PT_GUARDED_BY(x) \
39 THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /system/core/libutils/include/utils/
Mutex.h 45 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x))
  /external/clang/test/PCH/
thread-safety-attrs.cpp 15 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x)))

Completed in 779 milliseconds