Searched refs:per_thread_global (Results 1 – 1 of 1) sorted by relevance
6141 static __thread int per_thread_global[10] = {0}; variable6144 per_thread_global[1]++; in RealWorker()6163 printf("\tper_thread_global=%d\n", per_thread_global[1]); in Run()