Home
last modified time | relevance | path

Searched refs:SetLazyImages (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/debug/profile/
H A DThread.h60 void SetLazyImages(bool lazy);
H A DThread.cpp134 Thread::SetLazyImages(bool lazy) in SetLazyImages() function in Thread
H A DTeam.cpp114 thread->SetLazyImages(!_SynchronousProfiling()); in InitThread()