Searched refs:max_height (Results 1 – 2 of 2) sorted by relevance
121 if (parent != nullptr && parent->max_height() == 0) { in Create()146 max_height_(parent_ ? parent_->max_height() - 1 : kRootJobMaxHeight), in JobDispatcher()
92 uint32_t max_height() const { return max_height_; } in max_height() function
Completed in 8 milliseconds