Home
last modified time | relevance | path

Searched refs:ProcThreadAttributeListContainer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dexec_windows.go209 func NewProcThreadAttributeList(maxAttrCount uint32) (*ProcThreadAttributeListContainer, error) {
223 al := &ProcThreadAttributeListContainer{data: (*ProcThreadAttributeList)(unsafe.Pointer(alloc))}
232 func (al *ProcThreadAttributeListContainer) Update(attribute uintptr, value unsafe.Pointer, size ui…
238 func (al *ProcThreadAttributeListContainer) Delete() {
246 func (al *ProcThreadAttributeListContainer) List() *ProcThreadAttributeList {
Dtypes_windows.go945 type ProcThreadAttributeListContainer struct { struct