/external/valgrind/main/drd/ |
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_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/libcxx/src/ |
debug.cpp | 38 typedef mutex mutex_type; typedef in namespace:__anon28198 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:__anon43785 40 typedef lock_guard<mutex_type> WLock; 41 typedef lock_guard<mutex_type> RLock; 43 mutex_type& 46 static mutex_type m;
|
/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);
|