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