We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b0235 commit 11def3dCopy full SHA for 11def3d
doc/go1.16.html
@@ -934,6 +934,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
934
and related calls are now implemented.
935
Previously, they returned an <code>syscall.EOPNOTSUPP</code> error.
936
</p>
937
+
938
+ <p><!-- CL 210639 -->
939
+ On Linux, the new functions
940
+ <a href="/pkg/syscall/#AllThreadsSyscall"><code>AllThreadsSyscall</code></a>
941
+ and <a href="/pkg/syscall/#AllThreadsSyscall6"><code>AllThreadsSyscall6</code></a>
942
+ may be used to make a system call on all Go threads in the process.
943
+ These functions may only be used by programs that do not use cgo;
944
+ if a program uses cgo, they will always return
945
+ <a href="/pkg/syscall/#ENOTSUP"><code>syscall.ENOTSUP</code></a>.
946
+ </p>
947
</dd>
948
</dl><!-- syscall -->
949
0 commit comments