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) {
233 type LazyProc struct { struct234 mu sync.Mutex235 Name string236 l *LazyDLL237 proc *Proc243 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) {