HomeSort by relevance Sort by last modified time
    Searched full:admin_locks (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/helgrind/
libhb.h 162 (admin_locks). */
hg_main.c 128 static Lock* admin_locks = NULL; variable
149 Lock* HG_(get_admin_locks) ( void ) { return admin_locks; }
181 // and insert the new lock in admin_locks double linked list.
186 if (admin_locks)
187 admin_locks->admin_prev = lock;
188 lock->admin_next = admin_locks;
190 admin_locks = lock;
206 any. Removes from admin_locks double linked list. */
215 if (lk == admin_locks) {
219 admin_locks = lk->admin_next
    [all...]
hg_errors.c 115 freed), so we enquire, in hg_main.c's admin_locks list, whether it
127 So we check that each LockN is a member of the admin_locks double
144 in admin_locks; else we must assert. If it is True, it's OK for
    [all...]

Completed in 227 milliseconds