Searched refs:per_thread_global (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp6126 // - Thread1 touches per_thread_global
6130 // - Thread2 touches per_thread_global
6131 // It may happen so that Thread2 will have per_thread_global in the same address
6137 static __thread int per_thread_global[10] = {0}; member in namespace:test130
6139 void RealWorker() { // Touch per_thread_global.
6140 per_thread_global[1]++;
6144 void Worker() { // Spawn few threads that touch per_thread_global.
6159 printf("\tper_thread_global=%d\n", per_thread_global[1]);

Completed in 48 milliseconds