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

  /external/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,
  /external/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,
  /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/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,
  /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/main/drd/
drd_mutex.c 69 const Addr mutex, const MutexT mutex_type)
77 p->mutex_type = mutex_type;
141 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type)
149 if (mutex_type == mutex_type_unknown || p->mutex_type == mutex_type)
165 DRD_(mutex_initialize)(p, mutex, mutex_type);
177 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type)
184 DRD_(mutex_type_name)(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);
43 void DRD_(mutex_pre_lock)(const Addr mutex, const MutexT mutex_type,
47 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)
413 const MutexT mutex_type = arg[3]; local
414 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 280 * @note The function mutex_type() has been declared inline in order
286 static __always_inline MutexT DRD_(mutex_type)(pthread_mutex_t* mutex) function
619 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
633 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
650 mutex, DRD_(mutex_type)(mutex), 1, 0, 0);
668 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
686 mutex, DRD_(mutex_type)(mutex), 0, 0, 0);
739 cond, mutex, DRD_(mutex_type)(mutex), 0, 0);
759 cond, mutex, DRD_(mutex_type)(mutex), 0, 0);
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 50 typedef MutexT mutex_type; typedef in struct:llvm::ValueMapConfig
72 static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; }
218 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
231 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
  /external/libcxx/src/
debug.cpp 38 typedef mutex mutex_type; typedef in namespace:__anon7285
39 typedef lock_guard<mutex_type> WLock;
40 typedef lock_guard<mutex_type> RLock;
42 mutex_type&
45 static mutex_type m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 39 typedef mutex mutex_type; typedef in namespace:__anon22872
40 typedef lock_guard<mutex_type> WLock;
41 typedef lock_guard<mutex_type> RLock;
43 mutex_type&
46 static mutex_type m;

Completed in 918 milliseconds