Searched refs:selectgo (Results 1 – 3 of 3) sorted by relevance
/prebuilts/go/linux-x86/src/runtime/ |
D | select.go | 121 func selectgo(cas0 *scase, order0 *uint16, pc0 *uintptr, nsends, nrecvs int, block bool) (int, bool… func 600 chosen, recvOK := selectgo(&sel[0], &order[0], pc0, nsends, nrecvs, dflt == -1)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/ |
D | runtime.go | 182 func selectgo(cas0 *byte, order0 *byte, pc0 *uintptr, nsends int, nrecvs int, block bool) (int, boo… func
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
D | pprof_test.go | 897 # 0x[0-9a-f]+ runtime\.selectgo\+0x[0-9a-f]+ .*runtime/select.go:[0-9]+ 911 # 0x[0-9a-f]+ runtime\.selectgo\+0x[0-9a-f]+ .*runtime/select.go:[0-9]+
|