struct LocationDescPred { bool operator () (const ThreadInfo &a, const ThreadInfo &b) { return a.getLocation() > b.getLocation(); } };
bool operator () (const ThreadInfo &a, const ThreadInfo &b) { return a.getLocation() > b.getLocation(); }