Home
last modified time | relevance | path

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

/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) {
/prebuilts/go/linux-x86/src/syscall/
Ddll_windows.go233 type LazyProc struct { struct
234 mu sync.Mutex
235 Name string
236 l *LazyDLL
237 proc *Proc
243 func (p *LazyProc) Find() error {
267 func (p *LazyProc) mustFind() {
276 func (p *LazyProc) Addr() uintptr {
285 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {