Home
last modified time | relevance | path

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

/bionic/tests/
Dstring_test.cpp68 static void* ConcurrentStrErrorFn(void*) { in ConcurrentStrErrorFn() function
81 ASSERT_EQ(0, pthread_create(&t, NULL, ConcurrentStrErrorFn, NULL)); in TEST()