HomeSort by relevance Sort by last modified time
    Searched full:in_interceptor_scope (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 34 static THREADLOCAL int in_interceptor_scope; variable
37 InterceptorScope() { ++in_interceptor_scope; }
38 ~InterceptorScope() { --in_interceptor_scope; }
42 return in_interceptor_scope;
1018 bool in_interceptor_scope; member in struct:MSanInterceptorContext
1025 if (!((MSanInterceptorContext *)ctx)->in_interceptor_scope) \
    [all...]

Completed in 61 milliseconds