Lines Matching defs:locks
223 * Trace lock/unlock/alloc/free for locks.
238 /* Map of locks */
239 lock_wrapper *locks;
242 .locks = NULL,
249 lock_wrapper *lock = &lu_base.locks[i];
260 lu_base.locks = realloc(lu_base.locks,
263 lu_base.locks[lu_base.nr_locks - 1] = (lock_wrapper){ lock, ALLOC, 0 };
329 /** re-create debug locks correctly */
342 free(lu_base.locks);