Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Go to the source code of this file.
Classes | |
struct | tbb::internal::coroutine_type |
class | tbb::internal::co_context |
Namespaces | |
tbb | |
The graph class. | |
tbb::internal | |
Identifiers declared inside namespace internal should never be used directly by client code. | |
Macros | |
#define | MAP_STACK 0 |
#define | MAP_ANONYMOUS MAP_ANON |
Functions | |
void | tbb::internal::create_coroutine (coroutine_type &c, size_t stack_size, void *arg) |
void | tbb::internal::current_coroutine (coroutine_type &c) |
void | tbb::internal::swap_coroutine (coroutine_type &prev_coroutine, coroutine_type &new_coroutine) |
void | tbb::internal::destroy_coroutine (coroutine_type &c) |
void | tbb::internal::co_local_wait_for_all (void *) |
#define MAP_ANONYMOUS MAP_ANON |
Definition at line 49 of file co_context.h.
#define MAP_STACK 0 |
Definition at line 45 of file co_context.h.