Searched defs:ConcurrentStrErrorFn (Results 1 - 1 of 1) sorted by relevance

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

Completed in 7 milliseconds