Searched defs:It (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.cc203 typedef std::set<BaseMutex*>::const_iterator It; typedef
205 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
213 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
884 // Futex wake 1 waiter who will then come and in contend on mutex. It'd be nice to requeue them
927 // have been deleted. It is not safe to retry the wait.

Completed in 487 milliseconds