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
468 ScopedConcurrentLock lock; in debug_get_malloc_leak_info() local508 ScopedConcurrentLock lock; in debug_malloc_usable_size() local581 ScopedConcurrentLock lock; in debug_malloc() local662 ScopedConcurrentLock lock; in debug_free() local684 ScopedConcurrentLock lock; in debug_memalign() local771 ScopedConcurrentLock lock; in debug_realloc() local904 ScopedConcurrentLock lock; in debug_calloc() local974 ScopedConcurrentLock lock; in debug_malloc_info() local1033 ScopedConcurrentLock lock; in debug_malloc_iterate() local1047 ScopedConcurrentLock lock; in debug_malloc_disable() local[all …]
183 std::lock_guard<std::mutex> lock(m_); in find() 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
133 std::lock_guard<std::mutex> lock(entry->mutex); in fd_hook() local144 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
944 pthread_rwlock_t lock; member1004 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1015 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedwrlock_monotonic_np(lock, &ts); }); in TEST()1026 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1032 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1071 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1082 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedrdlock_monotonic_np(lock, &ts); }); in TEST()1093 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1099 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1191 pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER; in TEST() local[all …]
1429 std::unique_lock<std::mutex> lock(mtx); in TEST() local1457 std::unique_lock<std::mutex> lock(mtx); in TEST() local1497 std::unique_lock<std::mutex> lock(mtx); in TEST() local
177 std::unique_lock<std::mutex> lock(cc1_init_mutex); in generateTargetCC1Flags() local
340 std::unique_lock<std::mutex> lock(this->mutex); in parseAST() local
59 struct dlm_lock_params lock; member
360 __u32 lock; member
650 __u8 lock : 1; member652 __u8 lock : 1; member
303 __u32 lock; member
24 static int lock(void) { return pthread_mutex_lock(&locallock); } in lock() function27 static int lock(void) { return 0; } in lock() function