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

/haiku/src/apps/mail/
H A DQueryList.cpp17 static BLooper* sQueryLooper = NULL; variable
24 sQueryLooper = new BLooper("query looper");
25 sQueryLooper->Run();
67 if (sQueryLooper == NULL)
73 sQueryLooper->Lock();
74 sQueryLooper->AddHandler(this);
75 sQueryLooper->Unlock();

Completed in 29 milliseconds