Searched defs:lock (Results 1 – 20 of 20) sorted by relevance
37 Lock lock; member46 static inline pthread_spinlock_internal_t* __get_internal_spinlock(pthread_spinlock_t* lock) { in __get_internal_spinlock()51 pthread_spinlock_internal_t* lock = __get_internal_spinlock(lock_interface); in pthread_spin_init() local57 pthread_spinlock_internal_t* lock = __get_internal_spinlock(lock_interface); in pthread_spin_destroy() local62 pthread_spinlock_internal_t* lock = __get_internal_spinlock(lock_interface); in pthread_spin_trylock() local67 pthread_spinlock_internal_t* lock = __get_internal_spinlock(lock_interface); in pthread_spin_lock() local78 pthread_spinlock_internal_t* lock = __get_internal_spinlock(lock_interface); in pthread_spin_unlock() local
268 static Lock lock; variable
373 ScopedConcurrentLock lock; in debug_get_malloc_leak_info() local408 ScopedConcurrentLock lock; in debug_malloc_usable_size() local473 ScopedConcurrentLock lock; in debug_malloc() local550 ScopedConcurrentLock lock; in debug_free() local569 ScopedConcurrentLock lock; in debug_memalign() local649 ScopedConcurrentLock lock; in debug_realloc() local769 ScopedConcurrentLock lock; in debug_calloc() local836 ScopedConcurrentLock lock; in debug_malloc_info() local891 ScopedConcurrentLock lock; in debug_malloc_iterate() local906 ScopedConcurrentLock lock; in debug_malloc_disable() local[all …]
183 std::lock_guard<std::mutex> lock(m_); in find() local
122 std::lock_guard<std::mutex> lock(dump_lock_); in Dump() local
59 void lock() { in lock() function88 explicit LockGuard(Lock& lock) : lock_(lock) { in LockGuard()
152 pthread_rwlock_t lock; in BM_pthread_rwlock_read() local165 pthread_rwlock_t lock; in BM_pthread_rwlock_write() local
129 std::lock_guard<std::mutex> lock(entry->mutex); in fd_hook() local140 std::lock_guard<std::mutex> lock(entry->mutex); in fd_hook() local
48 struct drm_hw_lock lock; member
49 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD) argument50 #define _DRM_LOCK_IS_CONT(lock) ((lock) & _DRM_LOCK_CONT) argument51 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD | _DRM_LOCK_CONT)) argument73 __volatile__ unsigned int lock; member
114 __u32 lock; member
919 pthread_rwlock_t lock; member979 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()990 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedwrlock_monotonic_np(lock, &ts); }); in TEST()1001 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1007 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1046 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1057 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedrdlock_monotonic_np(lock, &ts); }); in TEST()1068 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1074 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1166 pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER; in TEST() local[all …]
1425 std::unique_lock<std::mutex> lock(mtx); in TEST() local1453 std::unique_lock<std::mutex> lock(mtx); in TEST() local1493 std::unique_lock<std::mutex> lock(mtx); in TEST() local
177 std::unique_lock<std::mutex> lock(cc1_init_mutex); in generateTargetCC1Flags() local
339 std::unique_lock<std::mutex> lock(this->mutex); in parseAST() local
59 struct dlm_lock_params lock; member
358 __u32 lock; member
650 __u8 lock : 1; member652 __u8 lock : 1; member
267 __u32 lock; member
22 static int lock(void) { return pthread_mutex_lock(&locallock); } in lock() function25 static int lock(void) { return 0; } in lock() function