Home
last modified time | relevance | path

Searched refs:SHARED_LOCKS_REQUIRED (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmodel.cc71 SHARED_LOCKS_REQUIRED(mu_) { in Clone()
77 SHARED_LOCKS_REQUIRED(mu_) { in OutputTimeLocked()
92 int64 ProcessingTimeLocked() const override SHARED_LOCKS_REQUIRED(mu_) { in ProcessingTimeLocked()
119 SHARED_LOCKS_REQUIRED(mu_) { in Clone()
129 SHARED_LOCKS_REQUIRED(mu_) { in OutputTimeLocked()
152 int64 ProcessingTimeLocked() const override SHARED_LOCKS_REQUIRED(mu_) { in ProcessingTimeLocked()
172 SHARED_LOCKS_REQUIRED(mu_) { in Clone()
178 SHARED_LOCKS_REQUIRED(mu_) { in OutputTimeLocked()
191 int64 ProcessingTimeLocked() const override SHARED_LOCKS_REQUIRED(mu_) { in ProcessingTimeLocked()
213 SHARED_LOCKS_REQUIRED(mu_) { in Clone()
[all …]
Dmodel.h266 SHARED_LOCKS_REQUIRED(mu_) = 0;
269 int64 NanosPerElementLocked() const SHARED_LOCKS_REQUIRED(mu_) { in NanosPerElementLocked()
279 SHARED_LOCKS_REQUIRED(mu_) { in OutputTimeForInputs()
289 SHARED_LOCKS_REQUIRED(mu_) = 0;
294 int64 ProcessingTimeForInputs() const SHARED_LOCKS_REQUIRED(mu_) { in ProcessingTimeForInputs()
304 virtual int64 ProcessingTimeLocked() const SHARED_LOCKS_REQUIRED(mu_) = 0;
Dmodel_test.cc349 SHARED_LOCKS_REQUIRED(mu_) { in Clone()
354 SHARED_LOCKS_REQUIRED(mu_) { in OutputTimeLocked()
358 int64 ProcessingTimeLocked() const override SHARED_LOCKS_REQUIRED(mu_) { in ProcessingTimeLocked()
Dfunction.h453 SHARED_LOCKS_REQUIRED(mu_);
455 SHARED_LOCKS_REQUIRED(mu_);
Dresource_mgr.h202 SHARED_LOCKS_REQUIRED(mu_) TF_MUST_USE_RESULT;
210 SHARED_LOCKS_REQUIRED(mu_) TF_MUST_USE_RESULT;
/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp22 #define SHARED_LOCKS_REQUIRED(...) \ macro
1141 void slr_function_arg() SHARED_LOCKS_REQUIRED(mu1);
1143 void slr_function_args() SHARED_LOCKS_REQUIRED(mu1, mu2);
1145 int slr_testfn(int y) SHARED_LOCKS_REQUIRED(mu1);
1148 int x SHARED_LOCKS_REQUIRED(mu1) = y; // \ in slr_testfn() local
1153 int slr_test_var SHARED_LOCKS_REQUIRED(mu1); // \
1156 void slr_fun_params(int lvar SHARED_LOCKS_REQUIRED(mu1)); // \
1161 int test_field SHARED_LOCKS_REQUIRED(mu1); // \
1163 void test_method() SHARED_LOCKS_REQUIRED(mu1);
1166 class SHARED_LOCKS_REQUIRED(mu1) SlrTestClass { // \ in SHARED_LOCKS_REQUIRED() function
[all …]
Dwarn-thread-safety-verbose.cpp22 #define SHARED_LOCKS_REQUIRED(...) \ macro
49 void foo2() SHARED_LOCKS_REQUIRED(mu);
Dwarn-thread-safety-analysis.cpp26 #define SHARED_LOCKS_REQUIRED(...) __attribute__((shared_locks_required(__VA_ARGS__))) macro
56 ReaderMutexLock(Mutex *mu, bool adopt) SHARED_LOCKS_REQUIRED(mu);
935 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
943 int foo(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1);
1093 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1234 int foo() SHARED_LOCKS_REQUIRED(mu_) EXCLUSIVE_LOCKS_REQUIRED(mu2);
1500 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
2596 int foo2() SHARED_LOCKS_REQUIRED(mu_);
2604 int Foo::foo2() SHARED_LOCKS_REQUIRED(mu_) { in foo2()
2623 void foo2() SHARED_LOCKS_REQUIRED(mutex_) { // expected-note {{mutex acquired here}} in foo2()
[all …]
Dwarn-thread-safety-negative.cpp25 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c22 #define SHARED_LOCKS_REQUIRED(...) \ macro
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Foo_fun1()
55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) { in Foo_fun2()
71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ in get_value()
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.h132 bool BufEmpty() const SHARED_LOCKS_REQUIRED(mu_) { in BufEmpty()
137 bool BufNotFull() const SHARED_LOCKS_REQUIRED(mu_) { in BufNotFull()
142 bool BufEnough() const SHARED_LOCKS_REQUIRED(mu_) { in BufEnough()
/external/webrtc/webrtc/base/
Dthread_annotations.h62 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.cc51 SHARED_LOCKS_REQUIRED(executor_factory_lock) { in RegisteredFactoriesErrorMessageLocked()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.h53 SHARED_LOCKS_REQUIRED(crit_sect_.get());
/external/libchrome/base/
Dthread_annotations.h106 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h91 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp28 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/clang/docs/
DThreadSafetyAnalysis.rst185 *Previously*: ``EXCLUSIVE_LOCKS_REQUIRED``, ``SHARED_LOCKS_REQUIRED``
900 #define SHARED_LOCKS_REQUIRED(...) \