Home
last modified time | relevance | path

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

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