addThread 31 misc/cgo/test/cthread_unix.c pthread_create(&thread_id[i], 0, addThread, &max); addThread 32 misc/cgo/test/cthread_windows.c thread_id[i] = _beginthreadex(0, 0, addThread, &max, 0, 0);