Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 5 of 5) sorted by relevance

/oneTBB/src/tbbmalloc/
H A DStatistics.h59 static inline int STAT_increment(int thread, int bin, int ctr) in STAT_increment()
76 static inline void STAT_print(int thread) in STAT_print()
/oneTBB/test/tbb/
H A Dtest_eh_thread.cpp101 Thread thread; variable
H A Dtest_collaborative_call_once.cpp122 for (auto& thread : threads) { in call_once_threads() local
H A Dtest_task.cpp239 for (auto& thread : pfor_threads) { variable
281 for (auto& thread : threads) { variable
/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp55 int pthread_create(pthread_t *thread, in pthread_create()