it2 148 plugin/timer/timerlist.cpp map<clockid_t, pthread_t>::iterator it2;
it2 149 plugin/timer/timerlist.cpp for (it2 = _clockPthreadList.begin(); it2 != _clockPthreadList.end(); it2++) {
it2 150 plugin/timer/timerlist.cpp pthread_t pth = it2->second;
it2 151 plugin/timer/timerlist.cpp clockid_t virtId = it2->first;