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 5package syscall 6 7var NewProcThreadAttributeList = newProcThreadAttributeList 8var UpdateProcThreadAttribute = updateProcThreadAttribute 9var DeleteProcThreadAttributeList = deleteProcThreadAttributeList 10 11const PROC_THREAD_ATTRIBUTE_HANDLE_LIST = _PROC_THREAD_ATTRIBUTE_HANDLE_LIST 12 13var EncodeWTF16 = encodeWTF16 14var DecodeWTF16 = decodeWTF16 15