Searched refs:ProcThreadAttributeListContainer (Results 1 – 2 of 2) sorted by relevance
209 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 {
945 type ProcThreadAttributeListContainer struct { struct