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

1 2 3 4 5

  /external/skia/src/ports/
SkFontConfigInterface_direct.h 34 SkMutex mutex_; member in class:SkFontConfigInterfaceDirect
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.h 30 pthread_mutex_t mutex_; member in class:webrtc::CriticalSectionPosix
event_timer_posix.h 46 pthread_mutex_t mutex_; member in class:webrtc::EventTimerPosix
  /bionic/libc/malloc_debug/
FreeTrackData.h 62 pthread_mutex_t mutex_ = PTHREAD_MUTEX_INITIALIZER; member in class:FreeTrackData
TrackData.h 63 void PrepareFork() { pthread_mutex_lock(&mutex_); }
64 void PostForkParent() { pthread_mutex_unlock(&mutex_); }
65 void PostForkChild() { pthread_mutex_init(&mutex_, NULL); }
68 pthread_mutex_t mutex_ = PTHREAD_MUTEX_INITIALIZER; member in class:TrackData
  /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_);
  /external/drm_hwcomposer/
autolock.h 24 : mutex_(mutex), name_(name) {
38 pthread_mutex_t *const mutex_; member in class:android::AutoLock
  /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
  /development/ndk/sources/android/ndk_helper/
JNIHelper.h 56 mutable pthread_mutex_t mutex_; member in class:ndk_helper::JNIHelper
  /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 153 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
154 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
156 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /external/v8/src/base/platform/
condition-variable.h 74 Mutex* mutex() { return &mutex_; }
80 Mutex mutex_; member in class:v8::base::final::final
  /external/webrtc/webrtc/base/
criticalsection.h 62 pthread_mutex_t mutex_; member in class:rtc::CriticalSection
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.h 35 pthread_mutex_t *mutex_; member in struct:VP9LfSyncData
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 148 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 148 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 148 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/tools/darwin-x86_64/protoc/include/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_.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 148 mutable Mutex mutex_; member in class:google::protobuf::compiler::python::Generator
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /system/core/adb/sysdeps/
mutex.h 39 InitializeCriticalSection(&mutex_);
43 DeleteCriticalSection(&mutex_);
47 EnterCriticalSection(&mutex_);
51 return TryEnterCriticalSection(&mutex_);
55 LeaveCriticalSection(&mutex_);
59 CRITICAL_SECTION mutex_; member in class:std::recursive_mutex
73 mutex_.lock();
83 mutex_.unlock();
87 if (!mutex_.try_lock()) {
92 mutex_.unlock()
101 recursive_mutex mutex_; member in class:std::mutex
    [all...]
  /system/extras/memory_replay/
Thread.h 48 pthread_mutex_t mutex_ = PTHREAD_MUTEX_INITIALIZER; member in class:Thread
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 63 BlockingMutex mutex_; member in class:__sanitizer::LibIgnore

Completed in 1882 milliseconds

1 2 3 4 5