HomeSort by relevance Sort by last modified time
    Searched defs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/kernels/
fifo_queue_op.cc 50 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
padding_fifo_queue_op.cc 57 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
priority_queue_op.cc 54 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
conditional_accumulator.h 68 EXCLUSIVE_LOCKS_REQUIRED(this->mu_) {
103 EXCLUSIVE_LOCKS_REQUIRED(this->mu_) {
118 EXCLUSIVE_LOCKS_REQUIRED(this->mu_) {
conditional_accumulator_base_op.h 87 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /frameworks/minikin/include/minikin/
Macros.h 50 // EXCLUSIVE_LOCKS_REQUIRED()
62 // void foo() EXCLUSIVE_LOCKS_REQUIRED(mu1, mu2) { ... };
63 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
64 THREAD_ANNOTATION_ATTRIBUTE__(exclusive_locks_required(__VA_ARGS__))
  /external/tensorflow/tensorflow/core/kernels/data/
random_dataset_op.cc 132 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
stats_aggregator_ops.cc 68 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
flat_map_dataset_op.cc 240 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
248 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
prefetch_dataset_op.cc 223 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
282 const Status& status) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
293 Status* status) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
cache_dataset_ops.cc 158 Status EnsureLockFileExists() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
194 Status Finish() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
interleave_dataset_op.cc 156 void AdvanceToNextInCycle() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
161 void AdvancePosition() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
251 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
270 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
map_and_batch_dataset_op.cc 266 int64 offset) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
335 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
360 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer.cc 149 Status InternalFlush() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.h 198 bool is_initialized_locked() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /external/webrtc/talk/session/media/
mediamonitor.h 81 virtual void Update() EXCLUSIVE_LOCKS_REQUIRED(crit_) {
  /external/webrtc/webrtc/base/
thread_annotations.h 59 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
60 THREAD_ANNOTATION_ATTRIBUTE__(exclusive_locks_required(__VA_ARGS__))
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 20 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
21 __attribute__ ((exclusive_locks_required(__VA_ARGS__)))
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) {
55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) {
63 static int Bar_fun1(int i) EXCLUSIVE_LOCKS_REQUIRED(mu1) {
67 void set_value(int *a, int value) EXCLUSIVE_LOCKS_REQUIRED(foo_.mu_) {
  /external/tensorflow/tensorflow/core/platform/cloud/
expiring_lru_cache.h 114 bool LookupLocked(const string& key, T* value) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
131 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /external/tensorflow/tensorflow/core/platform/default/
thread_annotations.h 88 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
89 THREAD_ANNOTATION_ATTRIBUTE__(exclusive_locks_required(__VA_ARGS__))
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 23 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
24 __attribute__ ((exclusive_locks_required(__VA_ARGS__)))
54 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) {
78 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) {
96 void test3() EXCLUSIVE_LOCKS_REQUIRED(!mu) {
116 EXCLUSIVE_LOCKS_REQUIRED(F->mutex()) UNLOCK_FUNCTION(F->mutex()) {}
warn-thread-safety-verbose.cpp 20 #define EXCLUSIVE_LOCKS_REQUIRED(...) \
21 __attribute__ ((exclusive_locks_required(__VA_ARGS__)))
48 void foo1() EXCLUSIVE_LOCKS_REQUIRED(mu);
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 214 Status SetupStreamsLocked(Env* env) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
296 void ResetStreamsLocked() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_allocator_retry_test.cc 103 void IncrementTurn() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
gpu_event_mgr.h 101 void FlushAccumulatedTensors() EXCLUSIVE_LOCKS_REQUIRED(mu_);
137 EXCLUSIVE_LOCKS_REQUIRED(mu_);
141 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
146 EXCLUSIVE_LOCKS_REQUIRED(mu_) {
151 std::function<void()> func) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
161 EXCLUSIVE_LOCKS_REQUIRED(mu_);

Completed in 799 milliseconds

1 2 3