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

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

Definition at line 130 of file PxSystem.h.

References sys_nrCPUs, and sys_rootCPU.

00131 {
00132     sys_rootCPU = (cpu < 0 || cpu >= sys_nrCPUs) ? 0 : cpu;
00133 }


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