Black Lives Matter. Support the Equal Justice Initiative.

Source file src/syscall/export_windows_test.go

Documentation: syscall

     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  

View as plain text