Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp20 struct goroutine struct
33 ~goroutine() {} in ~goroutine() argument
35 static void go(goroutine) {} in go() argument
52 goroutine get_return_object() { in get_return_object() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp19 struct goroutine struct
32 goroutine() = default; argument
35 ~goroutine() {} in ~goroutine() argument
50 goroutine get_return_object() { in get_return_object() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/
Dexec.go303 goroutine []func() error member