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

/external/valgrind/tsan/
H A Dts_pin.cc230 static PinThread *g_pin_threads; variable
241 if (size && !g_pin_threads[tid].ignore_accesses) {
482 parent = g_pin_threads[t.parent_tid].uniq_tid;
640 PinThread &t = g_pin_threads[tid];
701 g_pin_threads[tid].ic_stack.Push(callback, pc, sp, a0, 0); \
707 g_pin_threads[tid].ic_stack.size()\
889 TLEBSimpleEvent(g_pin_threads[tid], TLEB_IGNORE_ALL_BEGIN);
893 TLEBSimpleEvent(g_pin_threads[tid], TLEB_IGNORE_ALL_END);
899 TLEBSimpleEvent(g_pin_threads[tid], TLEB_IGNORE_SYNC_BEGIN);
904 TLEBSimpleEvent(g_pin_threads[ti
[all...]

Completed in 57 milliseconds