File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -934,6 +934,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
934
934
and related calls are now implemented.
935
935
Previously, they returned an < code > syscall.EOPNOTSUPP</ code > error.
936
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 >
937
947
</ dd >
938
948
</ dl > <!-- syscall -->
939
949
You can’t perform that action at this time.
0 commit comments