reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 6298   COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
 6299   int res = REAL(pthread_setcanceltype)(type, oldtype);
 6300   if (res == 0 && oldtype != nullptr)
 6301     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
 6301     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));