Searched refs:stream (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | arena.h | 337 d1::task* get_stream_task(task_stream<accessor>& stream, unsigned& hint); 479 inline d1::task* arena::get_stream_task(task_stream<accessor>& stream, unsigned& hint) { in get_stream_task() argument 480 if (stream.empty()) in get_stream_task() 482 return stream.pop(subsequent_lane_selector(hint)); in get_stream_task()
|
| H A D | task_dispatcher.h | 147 execution_data_ext& ed, arena& a, task_stream<front_accessor>& stream, unsigned& hint, in get_stream_or_critical_task() argument 150 if (stream.empty()) in get_stream_or_critical_task() 155 return a.get_stream_task(stream, hint); in get_stream_or_critical_task()
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 43 std::stringstream stream(s); in string_to() local 44 stream >> result; in string_to() 45 if ((!stream) || (stream.fail())) { in string_to()
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 1102 filldata<T>::fill(stream, in); 1114 std::ostream* stream = tlssPush(); 1115 filloss(stream, in); 1202 insert_hack_t<T>::insert(*stream, in); 1204 operator<<(*stream, in); 1214 *stream << "["; 1216 if (i != 0) { *stream << ", "; } 1219 *stream << "]"; 1246 filldata<const void*>::fill(stream, 3972 if (in) { *stream << in; } [all …]
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Local_Serializer.rst | 258 unfair. If the ``Serializer`` has a continual stream of tasks, the
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 10 incoming stream of data, some of these filters can operate in parallel,
|