Home
last modified time | relevance | path

Searched refs:CollectingGarbage (Results 1 – 2 of 2) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/buddies/
H A Dbuddy-shared.cpp47 Shared(uuid), CollectingGarbage(false), in BuddyShared()
89 if (CollectingGarbage) in collectGarbage()
92 CollectingGarbage = true; in collectGarbage()
98 CollectingGarbage = false; in collectGarbage()
110 CollectingGarbage = false; in collectGarbage()
118 CollectingGarbage = false; in collectGarbage()
H A Dbuddy-shared.h85 bool CollectingGarbage; variable