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

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/compiler/xla/service/
compilation_cache.h 62 mutable tensorflow::mutex mutex_; member in class:xla::CompilationCache
70 std::map<CacheKey, std::shared_ptr<Executable>> cache_ GUARDED_BY(mutex_);
user_computation.h 361 EXCLUSIVE_LOCKS_REQUIRED(mutex_);
366 EXCLUSIVE_LOCKS_REQUIRED(mutex_);
370 EXCLUSIVE_LOCKS_REQUIRED(mutex_);
376 EXCLUSIVE_LOCKS_REQUIRED(mutex_);
379 EXCLUSIVE_LOCKS_REQUIRED(mutex_);
384 mutable tensorflow::mutex mutex_; member in class:xla::UserComputation
387 SessionComputation session_computation_ GUARDED_BY(mutex_);
391 std::map<int64, OperationRequest*> parameters_ GUARDED_BY(mutex_);
395 int64 next_handle_value_ GUARDED_BY(mutex_);
400 ComputationDataHandle handle_to_return_ GUARDED_BY(mutex_);
404 mutable int64 program_shape_version_ GUARDED_BY(mutex_) = 0; member in class:xla::UserComputation
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.h 30 pthread_mutex_t mutex_; member in class:webrtc::CriticalSectionPosix
  /external/webrtc/webrtc/modules/video_processing/
video_processing_impl.h 47 mutable rtc::CriticalSection mutex_; member in class:webrtc::VideoProcessingImpl
48 VPMDeflickering deflickering_ GUARDED_BY(mutex_);
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.h 64 Mutex mutex_; // Mutex used to synchronize the writing to the trace file. member in class:android::vts::VtsProfilingInterface
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 27 pthread_mutex_t *mutex_; member in struct:VP9LfSyncData
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_mutex.hpp 42 ::pthread_mutex_destroy(&mutex_); // Ignore EBUSY.
48 (void)::pthread_mutex_lock(&mutex_); // Ignore EINVAL.
54 (void)::pthread_mutex_unlock(&mutex_); // Ignore EINVAL.
59 ::pthread_mutex_t mutex_; member in class:asio::detail::posix_mutex
scoped_lock.hpp 33 : mutex_(m),
40 : mutex_(m)
42 mutex_.lock();
50 mutex_.unlock();
58 mutex_.lock();
68 mutex_.unlock();
82 return mutex_;
87 Mutex& mutex_; member in class:asio::detail::scoped_lock
service_registry.hpp 122 mutable asio::detail::mutex mutex_; member in class:asio::detail::service_registry
  /external/perf_data_converter/src/quipper/compat/non_cros/detail/
thread.h 33 std::unique_lock<std::mutex> lock(mutex_);
38 std::unique_lock<std::mutex> lock(mutex_);
47 std::mutex mutex_; member in class:quipper::Notification
  /external/perfetto/test/
task_runner_thread.h 62 // All variables below this point are protected by |mutex_|.
63 std::mutex mutex_; member in class:perfetto::TaskRunnerThread
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
kernel_thunk.h 78 mutable tensorflow::mutex mutex_; member in class:xla::gpu::KernelThunk
80 GUARDED_BY(mutex_);
85 kernel_cache_ GUARDED_BY(mutex_);
  /external/tensorflow/tensorflow/stream_executor/
executor_cache.h 58 // Mutex that locks the contents of each entry. The 'mutex_' of the
61 // contents of the entry after 'mutex_' has been dropped.
73 mutex mutex_; member in class:perftools::gputools::ExecutorCache
74 std::map<int, Entry> cache_ GUARDED_BY(mutex_);
  /external/v8/src/profiler/
tracing-cpu-profiler.h 37 base::Mutex mutex_; member in class:v8::internal::final
  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 90 std::mutex mutex_; member in class:android::pdx::ServiceDispatcher
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_manager.h 30 std::mutex mutex_; member in class:android::pdx::uds::ChannelManager
  /frameworks/native/services/vr/hardware_composer/
vr_composer.h 39 std::mutex mutex_; member in class:android::dvr::VrComposer
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
mutex.h 40 windows_mutex() { mutex_ = CreateMutex(nullptr, false, nullptr); }
43 if (mutex_ != INVALID_HANDLE_VALUE) {
44 CloseHandle(mutex_);
53 void lock() { WaitForSingleObject(mutex_, INFINITE); }
57 void unlock() { ReleaseMutex(mutex_); }
60 native_handle_type native_handle() { return mutex_; }
63 HANDLE mutex_; member in class:shaderc_util::windows_mutex
81 posix_mutex() { pthread_mutex_init(&mutex_, nullptr); }
83 ~posix_mutex() { pthread_mutex_destroy(&mutex_); }
90 void lock() { pthread_mutex_lock(&mutex_); }
    [all...]
  /system/core/libappfuse/include/libappfuse/
FuseAppLoop.h 64 std::mutex mutex_; member in class:android::fuse::final
FuseBridgeLoop.h 63 std::mutex mutex_; member in class:android::fuse::final
  /art/openjdkjvmti/
ti_monitor.cc 71 monitor->mutex_.unlock();
97 if (mutex_.try_lock()) {
102 mutex_.lock();
109 mutex_.unlock();
129 mutex_.unlock();
179 std::unique_lock<std::mutex> lk(mutex_, std::adopt_lock);
184 // We hold the mutex_ but the overall monitor is not owned at this point.
210 std::mutex mutex_; variable
  /device/google/cuttlefish_common/common/vsoc/lib/
mock_region_view.h 65 std::lock_guard<std::mutex> guard(mutex_);
77 std::lock_guard<std::mutex> guard(mutex_);
89 std::unique_lock<std::mutex> lock(mutex_);
110 std::mutex mutex_; member in class:vsoc::test::MockRegionView
  /external/drm_hwcomposer/
worker.h 33 mutex_.lock();
36 mutex_.unlock();
67 std::mutex mutex_; member in class:android::Worker
  /external/piex/src/binary_parse/
cached_paged_byte_array.h 64 mutable std::mutex mutex_; member in class:piex::binary_parse::CachedPagedByteArray
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 159 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
160 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
162 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.

Completed in 450 milliseconds

1 2 3 4 5 6 7