Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/context/
Dafterfunc_test.go16 type afterFuncContext struct { struct
17 mu sync.Mutex
18 afterFuncs map[*byte]func()
19 done chan struct{}
20 err error
27 func (c *afterFuncContext) Deadline() (time.Time, bool) {
31 func (c *afterFuncContext) Done() <-chan struct{} {
40 func (c *afterFuncContext) Err() error {
46 func (c *afterFuncContext) Value(key any) any {
50 func (c *afterFuncContext) AfterFunc(f func()) func() bool {
[all …]