Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Go to the source code of this file.
Classes | |
struct | __cilk_tbb_stack_op_thunk |
struct | __cilk_tbb_unwatch_thunk |
Macros | |
#define | CILK_EXPORT /* nothing */ |
Typedefs | |
typedef int | __cilk_tbb_retcode |
typedef __cilk_tbb_retcode(* | __cilk_tbb_pfn_stack_op) (enum __cilk_tbb_stack_op, void *data) |
typedef __cilk_tbb_retcode(* | __cilk_tbb_pfn_unwatch_stacks) (void *data) |
Enumerations | |
enum | __cilk_tbb_stack_op { CILK_TBB_STACK_ORPHAN, CILK_TBB_STACK_ADOPT, CILK_TBB_STACK_RELEASE } |
Functions | |
CILK_EXPORT __cilk_tbb_retcode | __cilkrts_watch_stack (struct __cilk_tbb_unwatch_thunk *u, struct __cilk_tbb_stack_op_thunk o) |
#define CILK_EXPORT /* nothing */ |
Definition at line 27 of file cilk-tbb-interop.h.
typedef __cilk_tbb_retcode(* __cilk_tbb_pfn_stack_op) (enum __cilk_tbb_stack_op, void *data) |
Definition at line 50 of file cilk-tbb-interop.h.
typedef __cilk_tbb_retcode(* __cilk_tbb_pfn_unwatch_stacks) (void *data) |
Definition at line 52 of file cilk-tbb-interop.h.
typedef int __cilk_tbb_retcode |
Definition at line 42 of file cilk-tbb-interop.h.
enum __cilk_tbb_stack_op |
Enumerator | |
---|---|
CILK_TBB_STACK_ORPHAN | |
CILK_TBB_STACK_ADOPT | |
CILK_TBB_STACK_RELEASE |
Definition at line 44 of file cilk-tbb-interop.h.
CILK_EXPORT __cilk_tbb_retcode __cilkrts_watch_stack | ( | struct __cilk_tbb_unwatch_thunk * | u, |
struct __cilk_tbb_stack_op_thunk | o | ||
) |