Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Array::Pattern::PxInitDataInOut ( int  cpu  )  [inline]

Definition at line 184 of file PxSystem.h.

References in_dataCPU, out_dataCPU, sys_nrCPUs, and sys_rootCPU.

00185 {
00186     in_dataCPU  = (cpu < 0 || cpu >= sys_nrCPUs) ? sys_rootCPU : cpu;
00187     out_dataCPU = in_dataCPU;
00188 }


Generated on Fri Mar 19 11:03:06 2010 for ImpalaSrc by  doxygen 1.5.1