HomeSort by relevance Sort by last modified time
    Searched refs:mutex_type (Results 1 - 16 of 16) sorted by null

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
types.pass.cpp 18 // typedef Mutex mutex_type;
27 static_assert((std::is_same<std::lock_guard<std::mutex>::mutex_type,
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/
types.pass.cpp 18 // typedef Mutex mutex_type;
27 static_assert((std::is_same<std::unique_lock<std::mutex>::mutex_type,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
types.pass.cpp 16 // typedef Mutex mutex_type;
25 static_assert((std::is_same<std::lock_guard<std::mutex>::mutex_type,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/
types.pass.cpp 16 // typedef Mutex mutex_type;
25 static_assert((std::is_same<std::unique_lock<std::mutex>::mutex_type,
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/
types.pass.cpp 18 // typedef Mutex mutex_type;
28 static_assert((std::is_same<std::shared_lock<std::mutex>::mutex_type,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/
types.pass.cpp 16 // typedef Mutex mutex_type;
26 static_assert((std::is_same<std::shared_lock<std::mutex>::mutex_type,
  /external/valgrind/drd/
drd_mutex.c 69 const Addr mutex, const MutexT mutex_type)
77 p->mutex_type = mutex_type;
93 p ? DRD_(mutex_type_name)(p->mutex_type) : "(?)",
159 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type)
167 if (mutex_type == mutex_type_unknown || p->mutex_type == mutex_type)
183 DRD_(mutex_initialize)(p, mutex, mutex_type);
195 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type)
    [all...]
drd_qtcore_intercepts.c 79 static MutexT mutex_type(void* qt4_mutex) function
126 mutex, mutex_type(mutex), 0, 0, 0);
140 mutex, mutex_type(mutex), 0, 0, 0);
151 mutex, mutex_type(mutex), 0, 0, 0);
165 mutex, mutex_type(mutex), 1, 0, 0);
181 mutex, mutex_type(mutex), 1, 0, 0);
196 mutex, mutex_type(mutex), 0, 0, 0);
drd_mutex.h 39 struct mutex_info* DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type);
44 void DRD_(mutex_pre_lock)(const Addr mutex, const MutexT mutex_type,
48 void DRD_(mutex_unlock)(const Addr mutex, const MutexT mutex_type);
drd_clientreq.c 181 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
191 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
201 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
221 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
417 const MutexT mutex_type = arg[3]; local
418 DRD_(mutex_unlock)(mutex, mutex_type);
drd_clientobj.h 69 MutexT mutex_type; // pthread_mutex_t or pthread_spinlock_t. member in struct:mutex_info
drd_pthread_intercepts.c 287 * @note The function mutex_type() has been declared inline in order
293 static __always_inline MutexT DRD_(mutex_type)(pthread_mutex_t* mutex) function
626 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
640 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
657 mutex, DRD_(mutex_type)(mutex), 1, 0, 0);
675 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
693 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
746 cond, mutex, DRD_(mutex_type)(mutex), 0, 0);
766 cond, mutex, DRD_(mutex_type)(mutex), 0, 0);
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 53 typedef MutexT mutex_type; typedef in struct:llvm::ValueMapConfig
75 static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
239 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
240 unique_lock<typename Config::mutex_type> Guard;
242 Guard = unique_lock<typename Config::mutex_type>(*M);
251 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
252 unique_lock<typename Config::mutex_type> Guard;
254 Guard = unique_lock<typename Config::mutex_type>(*M);
  /external/libcxx/src/
debug.cpp 39 typedef mutex mutex_type; typedef in namespace:__anon12129
40 typedef lock_guard<mutex_type> WLock;
41 typedef lock_guard<mutex_type> RLock;
43 mutex_type&
46 static mutex_type m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 39 typedef mutex mutex_type; typedef in namespace:__anon27910
40 typedef lock_guard<mutex_type> WLock;
41 typedef lock_guard<mutex_type> RLock;
43 mutex_type&
46 static mutex_type m;
  /bionic/tests/
pthread_test.cpp     [all...]

Completed in 5806 milliseconds