Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp731 static void* ConcurrentDlErrorFn(void*) { in ConcurrentDlErrorFn() function
742 ASSERT_EQ(0, pthread_create(&t, nullptr, ConcurrentDlErrorFn, nullptr)); in TEST()