ParForThread       30 src/pkg/runtime/parfor.c 	desc = (ParFor*)runtime·malloc(sizeof(ParFor) + CacheLineSize + nthrmax * sizeof(ParForThread));
ParForThread       31 src/pkg/runtime/parfor.c 	desc->thr = (ParForThread*)((byte*)(desc+1) + CacheLineSize);
ParForThread       72 src/pkg/runtime/parfor.c 	ParForThread *me;
ParForThread       92 src/pkg/runtime/runtime.h typedef	struct	ParForThread	ParForThread;
ParForThread      559 src/pkg/runtime/runtime.h 	ParForThread *thr;		// array of thread descriptors