HomeSort by relevance Sort by last modified time
    Searched defs:stopping (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/tests/refcount/
objects.c 26 static volatile gboolean stopping; variable
101 while (!stopping) {
130 stopping = FALSE;
143 stopping = TRUE;
properties.c 35 static volatile gboolean stopping; variable
181 while (!stopping) {
220 stopping = FALSE;
233 stopping = TRUE;
closures.c 49 static volatile gboolean stopping = FALSE; variable
176 while (!stopping)
194 while (!stopping)
255 stopping = FALSE;
271 stopping = TRUE;
signals.c 33 static volatile gboolean stopping; variable
209 while (!stopping) {
256 stopping = FALSE;
269 stopping = TRUE;

Completed in 192 milliseconds