Example #1
0
void
runtime·golockedOSThread(bool ret)
{
	ret = 0;
	FLUSH(&ret);
#line 50 "/home/14/ren/source/golang/go/src/pkg/runtime/runtime1.goc"

	ret = runtime·lockedOSThread();
	FLUSH(&ret);
}
Example #2
0
void
runtime·golockedOSThread(bool ret)
{
	ret = 0;
	FLUSH(&ret);
#line 50 "C:\Users\ADMINI~1\AppData\Local\Temp\2\makerelease686069423\go\src\pkg\runtime\runtime1.goc"

	ret = runtime·lockedOSThread();
	FLUSH(&ret);
}
Example #3
0
// for testing of callbacks
void
runtime·golockedOSThread(bool ret)
{
	ret = runtime·lockedOSThread();
	FLUSH(&ret);
}
Example #4
0
void
·LockedOSThread(bool b)
{
	b = runtime·lockedOSThread();
	FLUSH(&b);
}