Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dpthread_test.cpp2416 auto ThreadFn = [](void* arg) -> void* { in pthread_mutex_timedlock_pi_helper() local
2426 ASSERT_EQ(0, pthread_create(&thread, nullptr, ThreadFn, &thread_args)); in pthread_mutex_timedlock_pi_helper()