Пример #1
0
void
runtime·GOMAXPROCS(int32 n, int32 ret)
{
#line 2983 "C:\Go\src\pkg\runtime\runtime1.goc"

	ret = runtime·gomaxprocsfunc(n);
	FLUSH(&ret);
}
Пример #2
0
void
runtime·GOMAXPROCS(intgo n, intgo ret)
{
	ret = 0;
	FLUSH(&ret);
#line 10 "/home/14/ren/source/golang/go/src/pkg/runtime/runtime1.goc"

	ret = runtime·gomaxprocsfunc(n);
	FLUSH(&ret);
}
Пример #3
0
void
runtime·GOMAXPROCS(intgo n, intgo ret)
{
	ret = 0;
	FLUSH(&ret);
#line 10 "C:\Users\ADMINI~1\AppData\Local\Temp\2\makerelease686069423\go\src\pkg\runtime\runtime1.goc"

	ret = runtime·gomaxprocsfunc(n);
	FLUSH(&ret);
}