Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DWorkQueue.cpp65 shutDown_(false), in WorkQueue()
79 shutDown_ = true; in ~WorkQueue()
313 if (shutDown_) in ProcessItems()
H A DWorkQueue.h147 volatile bool shutDown_; variable