HomeSort by relevance Sort by last modified time
    Searched refs:tleb (Results 1 - 4 of 4) sorted by null

  /external/valgrind/tsan/
ts_pin.cc 183 // The number of mops should be at least 2 less than the size of TLEB
198 ThreadLocalEventBuffer tleb; member in struct:PinThread
409 static INLINE void TLEBFlushUnlocked(ThreadLocalEventBuffer &tleb) {
410 if (tleb.size == 0) return;
411 PinThread &t = *tleb.t;
414 DCHECK(tleb.size <= kThreadLocalEventBufferSize);
422 size_t idx = min((size_t)u32_log2(tleb.size), max_idx - 1);
428 fwrite(tleb.events, sizeof(uintptr_t), tleb.size, G_out);
429 tleb.size = 0
    [all...]
ts_valgrind.cc 209 // thread-local event buffer (tleb).
210 uintptr_t tleb[kMaxMopsPerTrace]; member in struct:ValgrindThread
340 // to the tleb of the current thread. This allows to load the tleb in one
345 g_cur_tleb = thr->tleb;
365 uintptr_t *tleb = thr->tleb; local
367 ThreadSanitizerHandleTrace(thr->ts_thread, t, tleb);
415 // Start the new trace, zero the contents of tleb.
417 uintptr_t *tleb = thr->tleb local
846 uintptr_t* tleb = thr->tleb; local
899 uintptr_t* tleb = thr->tleb; local
914 uintptr_t *tleb = thr->tleb; local
    [all...]
thread_sanitizer.h 209 uintptr_t *tleb);
211 uintptr_t *tleb);
thread_sanitizer.cc     [all...]

Completed in 554 milliseconds