Home
last modified time | relevance | path

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

/system/core/storaged/
Dmain.cpp125 pthread_t storaged_main_thread; in main() local
126 errno = pthread_create(&storaged_main_thread, NULL, storaged_main, NULL); in main()
140 pthread_join(storaged_main_thread, NULL); in main()