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

/haiku/headers/private/app/
H A DLooperList.h61 struct FindThreadPred { struct in class:BPrivate::BLooperList
62 FindThreadPred(thread_id tid) : thread(tid) {} function in struct:BPrivate::BLooperList::FindThreadPred
/haiku/src/kits/app/
H A DLooperList.cpp148 = find_if(fData.begin(), fData.end(), FindThreadPred(thread));
253 BLooperList::FindThreadPred::operator()(LooperData& data)

Completed in 84 milliseconds