Home
last modified time | relevance | path

Searched refs:numobjects (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.cpp58 return numobjects++; /* global used to generate unique object ID's */ in new_objectid()
62 return numobjects; in max_objectid()
96 numobjects = 0; /* set number of objects back to 0 */ in reset_object()
H A Dglobal.hpp59 extern unsigned int numobjects;
H A Dglobal.cpp61 unsigned int numobjects = 0; /* used to assign unique object ID's */ variable