Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/context/
Dcontext.go336 type afterFuncCtx struct { struct
337 cancelCtx
338 once sync.Once // either starts running f or stops f from running
339 f func()
342 func (a *afterFuncCtx) cancel(removeFromParent bool, err, cause error) {