runtime.LockOSThread()
// Keep the fibbers in dedicated operating system
// threads, so that this program tests coordination
// between pthreads and not just goroutines.
runtime.LockOSThread()
go1.18.1.src\misc\cgo\gmp\fib.go