Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp63 static unsigned char AddendHistory[MAXN]; variable
106 CHECK_MESSAGE(AddendHistory[i] < USED_FINAL, "addend used 'finally' twice?"); in Scan()
107 AddendHistory[i] |= USED_FINAL; in Scan()
112 CHECK_MESSAGE(AddendHistory[i] == UNUSED, "addend used too many times"); in Scan()
113 AddendHistory[i] |= USED_NONFINAL; in Scan()
258 AddendHistory[i] = UNUSED; in operator ()()
275 AddendHistory[i] = UNUSED; in operator ()()
308 AddendHistory[i] = UNUSED; in TestAccumulator()
334 …CHECK_MESSAGE((AddendHistory[i]&USED_FINAL), "failed to use addend[" << i << "] " << (AddendHistor… in TestAccumulator()
358 AddendHistory[i] = UNUSED; in TestInterface()
[all …]