Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dleak_test.cpp143 const auto thread_function = +[](void* ptr) -> void* { in TEST() local
150 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, &threads[i])); in TEST()
/aosp12/system/core/init/
H A Dueventd_test.cpp166 auto thread_function = [&]() { in TEST() local
188 [&]() { return std::thread(thread_function); }); in TEST()