diff options
Diffstat (limited to 'src/runtime/os_linux.go')
| -rw-r--r-- | src/runtime/os_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go index b0246e5c9f..f407e6a707 100644 --- a/src/runtime/os_linux.go +++ b/src/runtime/os_linux.go @@ -739,7 +739,7 @@ func syscall_runtime_doAllThreadsSyscall(trap, a1, a2, a3, a4, a5, a6 uintptr) ( // N.B. Internally, this function does not depend on STW to // successfully change every thread. It is only needed for user // expectations, per above. - stopTheWorld("doAllThreadsSyscall") + stopTheWorld(stwAllThreadsSyscall) // This function depends on several properties: // |
