Ejemplo n.º 1
0
void
runtime·selectgo(Select* sel)
{
#line 646 "/tmp/makerelease402042453/go/src/pkg/runtime/chan.goc"

	runtime·setcallerpc(&sel, selectgo(&sel));
}
Ejemplo n.º 2
0
void
runtime·selectgo(Select* sel)
{
#line 648 "/home/14/ren/source/golang/go/src/pkg/runtime/chan.goc"

	runtime·setcallerpc(&sel, selectgo(&sel));
}
Ejemplo n.º 3
0
void
runtime·selectgo(Select *sel)
{
	runtime·setcallerpc(&sel, selectgo(&sel));
}