Searched defs:GUARDED_BY (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dvariable_ops.h65 ContainerInfo cinfo_ GUARDED_BY(init_mu_);
66 bool initialized_ GUARDED_BY(init_mu_){false}; function in class:tensorflow::VariableOp
/external/webrtc/webrtc/base/
H A Dthread_annotations.h29 // GUARDED_BY allows the user to specify a particular lock that should be
33 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
43 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
45 int a_ GUARDED_BY(foo_.mu_);
/external/tensorflow/tensorflow/core/platform/default/
H A Dthread_annotations.h48 // GUARDED_BY allows the user to specify a particular mutex that should be
52 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
61 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp8 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
51 int a GUARDED_BY(mu);
64 int a GUARDED_BY(mu);
H A Dwarn-thread-safety-verbose.cpp5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
46 int a GUARDED_BY(mu); // expected-note3 {{Guarded_by declared here.}}
H A Dwarn-thread-safety-parsing.cpp5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
308 int gb_var_arg GUARDED_BY(mu1);
310 int gb_non_ascii GUARDED_BY(L"wide"); // expected-warning {{ignoring 'guarded_by' attribute because its argument is invalid}}
322 int gb_field_args GUARDED_BY(mu1);
325 class GUARDED_BY(mu1) GB { // \
329 void gb_function() GUARDED_BY(mu1); // \
332 void gb_function_params(int gv_lvar GUARDED_BY(mu1)); // \
336 int x GUARDED_BY(mu1) = y; // \
344 int gb_var_arg_1 GUARDED_BY(muWrapper.mu);
345 int gb_var_arg_2 GUARDED_BY(muDoubleWrappe
347 int gb_var_arg_4 GUARDED_BY(*muWrapper.getMuPointer()); variable
[all...]
H A Dwarn-thread-safety-analysis.cpp8 #define GUARDED_BY(x) __attribute__((guarded_by(x))) macro
876 static int b_ GUARDED_BY(mu1_);
878 static int a_ GUARDED_BY(mu1_);
894 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
900 int a_ GUARDED_BY(mu1_);
907 int *p GUARDED_BY(mu) PT_GUARDED_BY(mu);
908 int res GUARDED_BY(mu) = 5;
998 int a_ GUARDED_BY(foo_->mu_);
1094 int data GUARDED_BY(mu1);
1137 T count_ GUARDED_BY(mu
[all...]
/external/google-benchmark/src/
H A Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/external/libcxx/utils/google-benchmark/src/
H A Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/external/tensorflow/tensorflow/c/eager/
H A Dc_api_internal.h61 thread_local_policies GUARDED_BY(policy_map_mu);
68 tensorflow::FunctionLibraryDefinition func_lib_def GUARDED_BY(functions_mu){ function in struct:TFE_Context
79 kernel_cache GUARDED_BY(cache_mu);
90 tensorflow::RunMetadata run_metadata GUARDED_BY(metadata_mu);
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp13 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro

Completed in 2501 milliseconds