Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_numa_dist.cpp87 utils::SpinBarrier sb(requested_parallelism); in TestNumaDistribution() local
97 sb.wait(); in TestNumaDistribution()
H A Dtest_parallel_for.cpp120 Body(utils::SpinBarrier& sb) : m_sb(sb) { } in Body() argument
148 utils::SpinBarrier sb( thread_num ); in test() local
150 const Body sync_body( sb ); in test()
H A Dtest_parallel_scan.cpp261 ScanBody<T> sb(init, addend, sum); in operator ()() local
263 Storage<T> res = ParallelScanFunctionalInvoker(range, Storage<T>(0), sb, jb, mode); in operator ()()
/oneTBB/examples/graph/fgbzip2/
H A Dblocksort.cpp935 Int32 i, j, k, ss, sb; in mainSort() local
1070 sb = (ss << 8) + j; in mainSort()
1071 if (!(ftab[sb] & SETMASK)) { in mainSort()
1072 Int32 lo = ftab[sb] & CLEARMASK; in mainSort()
1073 Int32 hi = (ftab[sb + 1] & CLEARMASK) - 1; in mainSort()
1088 ftab[sb] |= SETMASK; in mainSort()