Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::coroutine_type Struct Reference

#include <co_context.h>

Collaboration diagram for tbb::internal::coroutine_type:

Public Member Functions

 coroutine_type ()
 

Public Attributes

ucontext_t my_context
 
voidmy_stack
 
size_t my_stack_size
 

Detailed Description

Definition at line 54 of file co_context.h.

Constructor & Destructor Documentation

◆ coroutine_type()

tbb::internal::coroutine_type::coroutine_type ( )
inline

Definition at line 55 of file co_context.h.

Member Data Documentation

◆ my_context

ucontext_t tbb::internal::coroutine_type::my_context

◆ my_stack

void* tbb::internal::coroutine_type::my_stack

◆ my_stack_size

size_t tbb::internal::coroutine_type::my_stack_size

The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.