Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
This structure is used to store task information in a input buffer. More...
Public Member Functions | |
void | reset () |
Set to initial state (no object, no token) More... | |
Public Attributes | |
void * | my_object |
Token | my_token |
Invalid unless a task went through an ordered stage. More... | |
bool | my_token_ready |
False until my_token is set. More... | |
bool | is_valid |
True if my_object is valid. More... | |
This structure is used to store task information in a input buffer.
Definition at line 30 of file pipeline.cpp.
|
inline |
Set to initial state (no object, no token)
Definition at line 39 of file pipeline.cpp.
References is_valid, my_object, my_token, and my_token_ready.
Referenced by tbb::internal::pipeline_root_task::execute(), tbb::thread_bound_filter::internal_process_item(), tbb::internal::input_buffer::note_done(), tbb::internal::stage_task::reset(), and tbb::internal::stage_task::stage_task().
bool tbb::internal::task_info::is_valid |
True if my_object is valid.
Definition at line 37 of file pipeline.cpp.
Referenced by tbb::internal::input_buffer::note_done(), tbb::internal::input_buffer::put_token(), reset(), and tbb::internal::input_buffer::return_item().
void* tbb::internal::task_info::my_object |
Definition at line 31 of file pipeline.cpp.
Referenced by tbb::internal::stage_task::execute(), tbb::thread_bound_filter::internal_process_item(), and reset().
Token tbb::internal::task_info::my_token |
Invalid unless a task went through an ordered stage.
Definition at line 33 of file pipeline.cpp.
Referenced by tbb::internal::stage_task::execute(), tbb::thread_bound_filter::internal_process_item(), tbb::internal::input_buffer::put_token(), and reset().
bool tbb::internal::task_info::my_token_ready |
False until my_token is set.
Definition at line 35 of file pipeline.cpp.
Referenced by tbb::internal::stage_task::execute(), tbb::thread_bound_filter::internal_process_item(), tbb::internal::input_buffer::put_token(), and reset().