Searched refs:sb (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_numa_dist.cpp | 87 utils::SpinBarrier sb(requested_parallelism); in TestNumaDistribution() local 97 sb.wait(); in TestNumaDistribution()
|
| H A D | test_parallel_for.cpp | 120 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 D | test_parallel_scan.cpp | 261 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 D | blocksort.cpp | 935 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()
|