Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp662 static void* running_thread(void*) { in running_thread() function
703 if (pthread_create(&thread, &attr, running_thread, NULL)) { in start_thread()