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 …]
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() function88 explicit LockGuard(Lock& lock) : lock_(lock) { in LockGuard()
101 std::lock_guard<std::mutex> lock(entry->mutex); in fd_hook() local107 std::lock_guard<std::mutex> lock(entry->mutex); in fd_hook() local
148 pthread_rwlock_t lock; in BM_pthread_rwlock_read() local161 pthread_rwlock_t lock; in BM_pthread_rwlock_write() 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
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()998 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1004 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()1043 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1054 [&](pthread_rwlock_t* lock) { return pthread_rwlock_timedrdlock_monotonic_np(lock, &ts); }); in TEST()1065 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1071 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()1163 pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER; in TEST() local[all …]
1433 std::unique_lock<std::mutex> lock(mtx); in TEST() local1461 std::unique_lock<std::mutex> lock(mtx); in TEST() local1501 std::unique_lock<std::mutex> lock(mtx); in TEST() local
176 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
350 __u32 lock; member
641 __u8 lock : 1; member643 __u8 lock : 1; member
258 __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