HomeSort by relevance Sort by last modified time
    Searched full:mutex (Results 451 - 475 of 3911) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 12 // <mutex>
14 // class mutex;
18 #include <mutex>
25 std::mutex m;
try_lock.pass.cpp 12 // <mutex>
14 // class mutex;
18 #include <mutex>
23 std::mutex m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 12 // template <class Mutex> class shared_lock;
23 struct mutex struct
33 mutex m;
40 std::shared_lock<mutex> lk(m, std::defer_lock);
unlock.pass.cpp 12 // template <class Mutex> class shared_lock;
23 struct mutex struct
29 mutex m;
36 std::shared_lock<mutex> lk(m);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 10 // <mutex>
12 // class mutex;
16 #include <mutex>
23 std::mutex m;
try_lock.pass.cpp 10 // <mutex>
12 // class mutex;
16 #include <mutex>
21 std::mutex m;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1222.go 22 xxpthread_mutex_t mutex;
  /prebuilts/go/darwin-x86/src/go/token/
serialize.go 28 s.mutex.Lock()
37 s.mutex.Unlock()
46 s.mutex.Lock()
53 s.mutex.Unlock()
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1222.go 22 xxpthread_mutex_t mutex;
  /prebuilts/go/linux-x86/src/go/token/
serialize.go 28 s.mutex.Lock()
37 s.mutex.Unlock()
46 s.mutex.Lock()
53 s.mutex.Unlock()
  /external/autotest/client/tests/pi_tests/
control 11 their scheduling policy. The low priority thread claims a mutex and then
14 the mutex owned by the low priority thread. Without priority inheritance,
16 thread receives a priority boost, finishes it's "work" and releases the mutex,
  /external/harfbuzz_ng/src/
hb-warning.cc 28 #include "hb-mutex-private.hh"
37 #error "Could not find any system to define mutex macros, library WILL NOT be thread-safe"
38 #error "Check hb-mutex-private.hh for possible resolutions."
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_pool.c 59 pipe_mutex mutex; member in struct:pool_pb_manager
113 pipe_mutex_lock(pool->mutex);
116 pipe_mutex_unlock(pool->mutex);
129 pipe_mutex_lock(pool->mutex);
131 pipe_mutex_unlock(pool->mutex);
199 pipe_mutex_lock(pool->mutex);
202 pipe_mutex_unlock(pool->mutex);
210 pipe_mutex_unlock(pool->mutex);
218 pipe_mutex_unlock(pool->mutex);
241 pipe_mutex_lock(pool->mutex);
    [all...]
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 63 struct mutex read_data_mutex;
64 struct mutex read_page_mutex;
65 struct mutex meta_index_mutex;
  /external/v8/src/
optimizing-compile-dispatcher.cc 38 base::LockGuard<base::Mutex> lock_guard(&dispatcher->ref_count_mutex_);
65 base::LockGuard<base::Mutex> lock_guard(&dispatcher->ref_count_mutex_);
81 base::LockGuard<base::Mutex> lock_guard(&ref_count_mutex_);
90 base::LockGuard<base::Mutex> access_input_queue_(&input_queue_mutex_);
114 // Use a mutex to make sure that functions marked for install
116 base::LockGuard<base::Mutex> access_output_queue_(&output_queue_mutex_);
126 base::LockGuard<base::Mutex> access_output_queue_(&output_queue_mutex_);
141 base::LockGuard<base::Mutex> lock_guard(&ref_count_mutex_);
156 base::LockGuard<base::Mutex> lock_guard(&ref_count_mutex_);
163 // There is no need for a mutex when reading input_queue_length_
    [all...]
  /external/v8/src/snapshot/
snapshot-external.cc 9 #include "src/base/platform/mutex.h"
26 base::LockGuard<base::Mutex> lock_guard(
38 base::LockGuard<base::Mutex> lock_guard(
  /external/valgrind/drd/tests/
pth_cancel_locked.stderr.exp 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
5 mutex 0x........ was first observed at:
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
13 mutex 0x........ was first observed at:
trylock.stderr.exp 16 Locking mutex via pthread_mutex_trylock().
17 Locking mutex via pthread_mutex_lock().
18 Locking mutex via pthread_mutex_timedlock().
  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.h 21 #include <utils/Mutex.h>
46 static android::Mutex sSingletonLock;
49 android::Mutex mSessionsLock;
  /frameworks/base/libs/hwui/thread/
Barrier.h 31 Mutex::Autolock l(mLock);
37 Mutex::Autolock l(mLock);
46 mutable Mutex mLock;
Signal.h 34 Mutex::Autolock l(mLock);
41 Mutex::Autolock l(mLock);
51 mutable Mutex mLock;
  /frameworks/native/libs/gui/tests/
FrameWaiter.h 31 Mutex::Autolock lock(mMutex);
39 Mutex::Autolock lock(mMutex);
46 Mutex mMutex;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
queue.c 79 /* Lock the mutex to protect the critical section */
80 pthread_mutex_lock(&ptr_q->mutex);
95 /* Unlock the mutex to release the critical section */
96 pthread_mutex_unlock(&ptr_q->mutex);
114 /* Lock the mutex to protect the critical section */
115 pthread_mutex_lock(&ptr_q->mutex);
130 /* Unlock the mutex to release the critical section */
131 pthread_mutex_unlock(&ptr_q->mutex);
151 /* Lock the mutex to protect the critical section */
152 pthread_mutex_lock(&ptr_q->mutex);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 85 pipe_mutex_lock(dev->mutex);
90 pipe_mutex_unlock(dev->mutex);
122 pipe_mutex_lock(dev->mutex);
146 pipe_mutex_unlock(dev->mutex);
180 pipe_mutex_lock(dev->mutex);
193 pipe_mutex_unlock(dev->mutex);
224 pipe_mutex_lock(dev->mutex);
235 pipe_mutex_unlock(dev->mutex);
244 pipe_mutex_unlock(dev->mutex);
276 pipe_mutex_lock(dev->mutex);
    [all...]

Completed in 982 milliseconds

<<11121314151617181920>>