Searched refs:__get_lock (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/lib/lockdep/ |
D | preload.c | 175 static struct lock_lookup *__get_lock(void *lock) in __get_lock() function 244 __get_lock(mutex); in pthread_mutex_init() 255 lock_acquire(&__get_lock(mutex)->dep_map, 0, 0, 0, 1, NULL, in pthread_mutex_lock() 273 lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_); in pthread_mutex_lock() 284 lock_acquire(&__get_lock(mutex)->dep_map, 0, 1, 0, 1, NULL, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 287 lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_); in pthread_mutex_trylock() 298 lock_release(&__get_lock(mutex)->dep_map, 0, (unsigned long)_RET_IP_); in pthread_mutex_unlock() 306 lock_acquire(&__get_lock(mutex)->dep_map, 0, 0, 0, 1, NULL, (unsigned long)_RET_IP_); in pthread_mutex_unlock() 321 __del_lock(__get_lock(mutex)); in pthread_mutex_destroy() 335 __get_lock(rwlock); in pthread_rwlock_init() [all …]
|