|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <co_context.h>
Public Member Functions | |
| coroutine_type () | |
Public Attributes | |
| ucontext_t | my_context |
| void * | my_stack |
| size_t | my_stack_size |
Definition at line 54 of file co_context.h.
|
inline |
Definition at line 55 of file co_context.h.
| ucontext_t tbb::internal::coroutine_type::my_context |
Definition at line 56 of file co_context.h.
Referenced by tbb::internal::create_coroutine(), tbb::internal::current_coroutine(), and tbb::internal::swap_coroutine().
| void* tbb::internal::coroutine_type::my_stack |
Definition at line 57 of file co_context.h.
Referenced by tbb::internal::create_coroutine(), tbb::internal::destroy_coroutine(), and tbb::internal::co_context::get_stack_limit().
| size_t tbb::internal::coroutine_type::my_stack_size |
Definition at line 58 of file co_context.h.
Referenced by tbb::internal::create_coroutine(), and tbb::internal::destroy_coroutine().