Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp58 bool wasEmpty = queue.empty(); in push() local
60 if (wasEmpty && scheduler) { in push()
75 bool wasEmpty; in receive() local
82 wasEmpty = queue.empty(); in receive()
87 if (!wasEmpty) { in receive()