Searched refs:in_interceptor_scope (Results 1 – 1 of 1) sorted by relevance
51 static THREADLOCAL int in_interceptor_scope; variable56 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope()57 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope()61 return in_interceptor_scope; in IsInInterceptorScope()1374 bool in_interceptor_scope; member1390 if (!((MSanInterceptorContext *)ctx)->in_interceptor_scope) \