Searched defs:lock (Results 1 – 13 of 13) 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
59 void lock() { in lock() function
99 pthread_rwlock_t lock; in BM_pthread_rwlock_read() local112 pthread_rwlock_t lock; in BM_pthread_rwlock_write() local
149 std::lock_guard<std::mutex> lock(m_); in find() local
51 struct drm_hw_lock lock; member
50 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD) argument51 #define _DRM_LOCK_IS_CONT(lock) ((lock) & _DRM_LOCK_CONT) argument52 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD | _DRM_LOCK_CONT)) argument80 __volatile__ unsigned int lock; member
135 __u32 lock; member
69 struct dlm_lock_params lock; member
386 __u32 lock; member
796 __u8 lock : 1; member799 __u8 lock : 1; member
266 __u32 lock; member
720 pthread_rwlock_t lock; member779 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) { in TEST()815 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) { in TEST()897 pthread_rwlock_t lock; member in RwlockKindTestHelper1511 pthread_mutex_t lock; member1951 pthread_spinlock_t lock; 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