Home
last modified time | relevance | path

Searched refs:max_objectid (Results 1 – 10 of 10) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.hpp54 unsigned int max_objectid(void);
H A Dtrace.simple.cpp139 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dintersect.cpp61 unsigned int max_objectid(void) { in max_objectid() function
H A Dtrace.serial.cpp152 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dtrace.omp.cpp154 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dtrace.tbb1d.cpp163 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in operator ()()
H A Dtrace.threads.cpp189 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dtrace.taskq.cpp189 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dtrace.threads2d.cpp239 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in parallel_thread()
H A Dtrace.tbb.cpp198 unsigned int mboxsize = sizeof(unsigned int) * (max_objectid() + 20); in operator ()()