Home | History | Annotate | Download | only in chan

Lines Matching full:func

18 func unreachable() {
24 func testPanic(signal string, f func()) {
25 defer func() {
39 func testBlock(signal string, f func()) {
41 go func() {
45 go func() {
55 func main() {
62 testBlock(always, func() {
65 testBlock(always, func() {
70 testPanic(never, func() {
77 testPanic(never, func() {
86 testBlock(never, func() {
92 testBlock(never, func() {
105 testPanic(always, func() {
110 testBlock(always, func() {
116 testBlock(always, func() {
122 testBlock(always, func() {
128 testBlock(always, func() {
134 testBlock(always, func() {
144 testBlock(always, func() {
153 testBlock(never, func() {
158 testBlock(never, func() {
165 testBlock(never, func() {
174 testBlock(never, func() {
182 testBlock(never, func() {
193 testBlock(never, func() {
198 testBlock(never, func() {
204 testBlock(never, func() {
210 testPanic(always, func() {
217 testBlock(always, func() {