Source file src/syscall/export_windows_test.go
1 // Copyright 2021 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package syscall 6 7 var NewProcThreadAttributeList = newProcThreadAttributeList 8 var UpdateProcThreadAttribute = updateProcThreadAttribute 9 var DeleteProcThreadAttributeList = deleteProcThreadAttributeList 10 11 const PROC_THREAD_ATTRIBUTE_HANDLE_LIST = _PROC_THREAD_ATTRIBUTE_HANDLE_LIST 12 13 var EncodeWTF16 = encodeWTF16 14 var DecodeWTF16 = decodeWTF16 15