reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/index/BackgroundQueue.cpp
   25       CV.wait(Lock, [&] { return ShouldStop || !Queue.empty(); });
   28         CV.notify_all();
   55     CV.notify_all();
   64   CV.notify_all();
   74   CV.notify_all();
   85   CV.notify_all();
  110   return wait(Lock, CV, timeoutSeconds(TimeoutSeconds),