Home
last modified time | relevance | path

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

/system/core/init/
Dueventd_test.cpp167 auto thread_function = [&]() { in TEST() local
189 [&]() { return std::thread(thread_function); }); in TEST()
/system/core/libmodprobe/
Dlibmodprobe.cpp565 auto thread_function = [&] { in LoadModulesParallel() local
582 [&] { return std::thread(thread_function); }); in LoadModulesParallel()