Searched defs:lock (Results 1 – 19 of 19) 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
328 ScopedConcurrentLock lock; in debug_get_malloc_leak_info() local363 ScopedConcurrentLock lock; in debug_malloc_usable_size() local427 ScopedConcurrentLock lock; in debug_malloc() local503 ScopedConcurrentLock lock; in debug_free() local521 ScopedConcurrentLock lock; in debug_memalign() local600 ScopedConcurrentLock lock; in debug_realloc() local719 ScopedConcurrentLock lock; in debug_calloc() local781 ScopedConcurrentLock lock; in debug_malloc_info() local832 ScopedConcurrentLock lock; in debug_iterate() local847 ScopedConcurrentLock lock; in debug_malloc_disable() local[all …]
180 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() function82 explicit LockGuard(Lock& lock) : lock_(lock) { in LockGuard()
149 pthread_rwlock_t lock; in BM_pthread_rwlock_read() local162 pthread_rwlock_t lock; in BM_pthread_rwlock_write() local
48 struct drm_hw_lock lock; member
48 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD) argument49 #define _DRM_LOCK_IS_CONT(lock) ((lock) & _DRM_LOCK_CONT) argument50 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD | _DRM_LOCK_CONT)) argument72 __volatile__ unsigned int lock; member
114 __u32 lock; member
182 std::unique_lock<std::mutex> lock(cc1_init_mutex); in generateTargetCC1Flags() local
337 std::unique_lock<std::mutex> lock(this->mutex); in parseAST() local
59 struct dlm_lock_params lock; member
333 __u32 lock; member
641 __u8 lock : 1; member643 __u8 lock : 1; member
252 __u32 lock; member
916 pthread_rwlock_t lock; member976 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()987 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedwrlock_monotonic_np(lock, &ts); }); in TEST()1024 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1035 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedrdlock_monotonic_np(lock, &ts); }); in TEST()1148 pthread_rwlock_t lock; member in RwlockKindTestHelper1819 pthread_mutex_t lock; member2551 pthread_spinlock_t lock; in TEST() local
1444 std::unique_lock<std::mutex> lock(mtx); in TEST() local1472 std::unique_lock<std::mutex> lock(mtx); in TEST() local1512 std::unique_lock<std::mutex> lock(mtx); in TEST() local
22 static int lock(void) { return pthread_mutex_lock(&locallock); } in lock() function25 static int lock(void) { return 0; } in lock() function