Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc72 static pthread_t g_writing_thread; variable
186 pthread_join(g_writing_thread, NULL); in finish_writing()
208 pthread_create(&g_writing_thread, &attr, &writing_thread, NULL); in init_output()