Home
last modified time | relevance | path

Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.h84 int64 get_from_pool_count() const NO_THREAD_SAFETY_ANALYSIS { in get_from_pool_count()
88 int64 put_count() const NO_THREAD_SAFETY_ANALYSIS { return put_count_; } in put_count()
90 int64 allocated_count() const NO_THREAD_SAFETY_ANALYSIS { in allocated_count()
94 int64 evicted_count() const NO_THREAD_SAFETY_ANALYSIS { in evicted_count()
98 size_t size_limit() const NO_THREAD_SAFETY_ANALYSIS { in size_limit()
Dbfc_allocator.h149 bool recurse) NO_THREAD_SAFETY_ANALYSIS { in DebugString()
177 const ChunkHandle hb) const NO_THREAD_SAFETY_ANALYSIS { in operator()
Dcollective_param_resolver_local.cc537 const InstanceRecCallback& done) NO_THREAD_SAFETY_ANALYSIS { in CallInitInstanceSharedParams()
Dexecutor.cc1373 int64 input_iter) const NO_THREAD_SAFETY_ANALYSIS { in GetInputTensors()
/external/libchrome/base/
Dthread_annotations.h188 #define NO_THREAD_SAFETY_ANALYSIS \ macro
210 #define NO_THREAD_SAFETY_ANALYSIS_FIXME NO_THREAD_SAFETY_ANALYSIS
227 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
232 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h152 #define NO_THREAD_SAFETY_ANALYSIS \ macro
166 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
171 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
103 void noanal_fun() NO_THREAD_SAFETY_ANALYSIS;
108 int noanal_testfn(int y) NO_THREAD_SAFETY_ANALYSIS;
111 int x NO_THREAD_SAFETY_ANALYSIS = y; // \ in noanal_testfn() local
116 int noanal_test_var NO_THREAD_SAFETY_ANALYSIS; // \ variable
121 int test_field NO_THREAD_SAFETY_ANALYSIS; // \ member in NoanalFoo
123 void test_method() NO_THREAD_SAFETY_ANALYSIS;
126 class NO_THREAD_SAFETY_ANALYSIS NoanalTestClass { // \
130 void noanal_fun_params(int lvar NO_THREAD_SAFETY_ANALYSIS); // \
885 class NO_THREAD_SAFETY_ANALYSIS UfTestClass { // \
Dwarn-thread-safety-verbose.cpp24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
Dwarn-thread-safety-negative.cpp27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
Dwarn-thread-safety-analysis.cpp27 #define NO_THREAD_SAFETY_ANALYSIS __attribute__((no_thread_safety_analysis)) macro
2072 void Foo::foo1() NO_THREAD_SAFETY_ANALYSIS { in foo1()
4422 auto func2 = [this]() NO_THREAD_SAFETY_ANALYSIS { in test()
5102 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
5107 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS { in ts_unchecked_read()
/external/webrtc/webrtc/system_wrappers/source/
Dcritical_section_unittest.cc77 TEST_F(CritSectTest, ThreadWakesOnce) NO_THREAD_SAFETY_ANALYSIS { in TEST_F()
104 TEST_F(CritSectTest, ThreadWakesTwice) NO_THREAD_SAFETY_ANALYSIS { in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.h58 bool HasGPUDevice() const NO_THREAD_SAFETY_ANALYSIS { in HasGPUDevice()
64 void EnableGPUDevice() NO_THREAD_SAFETY_ANALYSIS { in EnableGPUDevice()
/external/webrtc/webrtc/base/
Dthread_annotations.h96 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_unittest.cc30 int RealInitializeLocked() NO_THREAD_SAFETY_ANALYSIS { in RealInitializeLocked()
/external/libcxx/utils/google-benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/google-benchmark/src/
Dmutex.h64 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c24 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst310 NO_THREAD_SAFETY_ANALYSIS section in Reference Guide
313 ``NO_THREAD_SAFETY_ANALYSIS`` is an attribute on functions or methods, which
325 void unsafeIncrement() NO_THREAD_SAFETY_ANALYSIS { a++; }
328 Unlike the other attributes, NO_THREAD_SAFETY_ANALYSIS is not part of the
657 if it was annotated with ``NO_THREAD_SAFETY_ANALYSIS``.
823 #define NO_THREAD_SAFETY_ANALYSIS \
/external/clang/test/PCH/
Dthread-safety-attrs.cpp30 #define NO_THREAD_SAFETY_ANALYSIS __attribute__ ((no_thread_safety_analysis)) macro
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops.cc989 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
1332 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
1473 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
1748 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
2100 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
2477 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
2696 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
3585 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()
3715 void Compute(OpKernelContext* ctx) override NO_THREAD_SAFETY_ANALYSIS { in Compute()