Lines Matching refs:TIL
102 class TIL { class
104 TIL(TSLock *lock, int lock_site, bool need_locking = true) : in TIL() function in TIL
113 ~TIL() { in ~TIL()
6188 TIL til(ts_lock, 8, need_locking); in Sample()
6424 TIL til(ts_lock, 7); in FlushIfNeeded()
6444 TIL til(ts_lock, 7); in FlushIfNeeded()
6491 TIL til(ts_lock, 0); in HandleOneEvent()
7372 TIL til(ts_lock, 1, need_locking); in DoTrace()
7523 TIL til(ts_lock, 2, need_locking); in HandleMemoryAccessInternal()
8485 TIL ignore_below_lock(ts_ignore_below_lock, 18); in ThreadSanitizerIgnoreAccessesBelowFunction()
8506 TIL ignore_below_lock(ts_ignore_below_lock, 19); in ThreadSanitizerIgnoreAccessesBelowFunction()
8735 TIL til(ts_lock, 0); in ThreadSanitizerHandleAtomicOp()