Searched defs:LazyProc (Results 1 – 2 of 2) sorted by relevance
287 type LazyProc struct { struct288 Name string290 mu sync.Mutex291 l *LazyDLL292 proc *Proc298 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) {
232 type LazyProc struct { struct233 mu sync.Mutex234 Name string235 l *LazyDLL236 proc *Proc242 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) {