Home
last modified time | relevance | path

Searched refs:__get_lock (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dpreload.c169 * __get_lock - find or create a lock instance
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, (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, (unsigned long)_RET_IP_); in pthread_mutex_trylock()
298 lock_release(&__get_lock(mutex)->dep_map, (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(mute in pthread_mutex_destroy()
[all...]

Completed in 1 milliseconds