Searched refs:g_t (Results 1 - 1 of 1) sorted by last modified time

/external/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc95 pthread_t *g_t = new pthread_t[n_garbage_threads]; local
97 int status = pthread_create(&g_t[i], 0, GarbageThread, NULL);
107 pthread_join(g_t[i], 0);
109 delete [] g_t;

Completed in 87 milliseconds