Beispiel #1
0
void
runtime·parForSetup(ParFor* desc, uint32 nthr, uint32 n, byte* ctx, bool wait, byte* body)
{
#line 30 "/home/14/ren/source/golang/go/src/pkg/runtime/runtime1.goc"

	runtime·parforsetup(desc, nthr, n, ctx, wait, *(void(**)(ParFor*, uint32))body);
}
Beispiel #2
0
void
runtime·parForSetup(ParFor* desc, uint32 nthr, uint32 n, byte* ctx, bool wait, byte* body)
{
#line 30 "C:\Users\ADMINI~1\AppData\Local\Temp\2\makerelease686069423\go\src\pkg\runtime\runtime1.goc"

	runtime·parforsetup(desc, nthr, n, ctx, wait, *(void(**)(ParFor*, uint32))body);
}