Home
last modified time | relevance | path

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

/bionic/tests/
Dleak_test.cpp150 const auto thread_function = +[](void* ptr) -> void* { in TEST() local
157 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, &threads[i])); in TEST()