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

/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc23 static ThreadState *goroutines[kMaxGoroutinesEver]; member in namespace:__tsan
91 goroutines[tid] = thr;
96 ThreadState *thr = goroutines[0];
104 ThreadState *thr = goroutines[0];
112 ThreadState *thr = goroutines[goid];
117 ThreadState *thr = goroutines[goid];
122 ThreadState *thr = goroutines[goid];
127 ThreadState *thr = goroutines[goid];
132 ThreadState *thr = goroutines[goid];
147 ThreadState *thr = goroutines[chgoi
[all...]

Completed in 282 milliseconds