reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
304 InotifyPollingThread = std::thread([this]() { InotifyPollingLoop(); }); 310 EventsReceivingThread = std::thread([this]() { EventReceivingLoop(); }); 312 EventsReceivingThread = std::thread([this]() {tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
1075 g_vsc.event_thread = std::thread(EventThreadFunction);
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp 1105 MaterializationThread =
usr/include/c++/7.4.0/future 1664 _M_thread = std::thread{ [this] {
utils/benchmark/src/benchmark.cc 207 pool[ti] = std::thread(&RunInThread, &b, iters,