Home
last modified time | relevance | path

Searched defs:LazyProc (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.go287 type LazyProc struct { struct
288 Name string
290 mu sync.Mutex
291 l *LazyDLL
292 proc *Proc
298 func (p *LazyProc) Find() error {
322 func (p *LazyProc) mustFind() {
332 func (p *LazyProc) Addr() uintptr {
346 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Ddll_windows.go232 type LazyProc struct { struct
233 mu sync.Mutex
234 Name string
235 l *LazyDLL
236 proc *Proc
242 func (p *LazyProc) Find() error {
266 func (p *LazyProc) mustFind() {
275 func (p *LazyProc) Addr() uintptr {
284 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {