Home | History | Annotate | Download | only in test

Lines Matching defs:locks

225  * Trace lock/unlock/alloc/free for locks.
240 /* Map of locks */
241 lock_wrapper *locks;
244 .locks = NULL,
251 lock_wrapper *lock = &lu_base.locks[i];
262 lu_base.locks = realloc(lu_base.locks,
265 lu_base.locks[lu_base.nr_locks - 1] = (lock_wrapper){ lock, ALLOC, 0 };
331 /** re-create debug locks correctly */
344 free(lu_base.locks);