Lines Matching refs:locks
270 correspond to actual locks at the time of printing. Hmm.
343 this thread, when acquiring the locks in the "wrong"
392 /* Note the set of locks that the thread is (w-)holding.
832 locks in 'lockvec' and, if non-NULL, 'lockvec2'. */
851 static void show_LockP_summary_textmode ( Lock** locks, HChar* pre )
853 tl_assert(locks);
856 count_LockP_vector(&nLocks, &nLocksValid, locks);
868 if (locks[i] == Lock_INVALID)
870 VG_(umsg)( "%p", (void*)locks[i]->guestaddr);
871 if (locks[i+1] != NULL)