Home
last modified time | relevance | path

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

/system/core/init/
Dueventd_test.cpp166 auto thread_function = [&]() { in TEST() local
188 [&]() { return std::thread(thread_function); }); in TEST()
/system/core/libmodprobe/
Dlibmodprobe.cpp504 auto thread_function = [&] { in LoadModulesParallel() local
521 [&] { return std::thread(thread_function); }); in LoadModulesParallel()