Searched refs:lazy (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/debug/profile/
H A DThread.h60 void SetLazyImages(bool lazy);
H A DThread.cpp133 Thread::SetLazyImages(bool lazy) argument
135 fLazyImages = lazy;
/haiku/headers/os/support/
H A DString.h144 BString& Truncate(int32 newLength, bool lazy = true);
145 BString& TruncateChars(int32 newCharCount, bool lazy = true);
/haiku/headers/cpp/
H A Dropeimpl.h686 if (__result_len > __lazy_threshold) goto lazy;
725 if (__result_len > __lazy_threshold) goto lazy;
740 lazy:
/haiku/src/kits/support/
H A DString.cpp833 BString::Truncate(int32 newLength, bool lazy) argument
839 // ignore lazy, since we might detach
848 BString::TruncateChars(int32 newCharCount, bool lazy) argument

Completed in 80 milliseconds