Home
last modified time | relevance | path

Searched defs:LazyDLL (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Ddll_windows.go208 type LazyDLL struct { struct
209 Name string
214 System bool
216 mu sync.Mutex
217 dll *DLL // non nil once DLL is loaded
222 func (d *LazyDLL) Load() error {
255 func (d *LazyDLL) mustLoad() {
263 func (d *LazyDLL) Handle() uintptr {
269 func (d *LazyDLL) NewProc(name string) *LazyProc {
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Ddll_windows.go179 type LazyDLL struct { struct
180 mu sync.Mutex
181 dll *DLL // non nil once DLL is loaded
182 Name string
187 func (d *LazyDLL) Load() error {
207 func (d *LazyDLL) mustLoad() {
215 func (d *LazyDLL) Handle() uintptr {
221 func (d *LazyDLL) NewProc(name string) *LazyProc {