File tree Expand file tree Collapse file tree 3 files changed +61
-61
lines changed Expand file tree Collapse file tree 3 files changed +61
-61
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_enable() {
73
73
}
74
74
75
75
SANITIZER_INTERFACE_ATTRIBUTE void
76
- __rtsan_expect_not_realtime (const char *intercepted_function_name) {
76
+ __rtsan_notify_intercepted_call (const char *intercepted_function_name) {
77
77
__rtsan_ensure_initialized ();
78
78
ExpectNotRealtime (GetContextForThisThread (), intercepted_function_name);
79
79
}
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_disable();
43
43
SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_enable ();
44
44
45
45
SANITIZER_INTERFACE_ATTRIBUTE void
46
- __rtsan_expect_not_realtime (const char *intercepted_function_name);
46
+ __rtsan_notify_intercepted_call (const char *intercepted_function_name);
47
47
48
48
} // extern "C"
You can’t perform that action at this time.
0 commit comments