Searched defs:StartBody (Results 1 – 1 of 1) sorted by relevance
289 struct StartBody { struct290 bool has_run;291 data_type operator()(tbb::flow_control& fc) { in operator ()()299 StartBody() : has_run(false) {} in StartBody() argument