Home
last modified time | relevance | path

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

/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp73 std::atomic<size_type> active_bins; // number of active bin_packers variable
108 size_type remaining = active_bins--; in operator ()()
117 ++active_bins; in operator ()()
121 ++active_bins; in operator ()()
169 my_used > 0 && active_bins > 1) { in operator ()()
171 size_type remaining = active_bins--; in operator ()()
178 active_bins++; // can't deactivate last bin_packer in operator ()()
188 active_bins == 1)) { in operator ()()
307 active_bins = num_bin_packers; in main()