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

/external/valgrind/main/helgrind/
H A Dhg_main.c128 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
[all...]

Completed in 52 milliseconds