Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <tbb_thread.h>
Public Member Functions | |
thread_closure_2 (const F &f, const X &x, const Y &y) | |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *ptr) |
Static Public Member Functions | |
static __TBB_NATIVE_THREAD_ROUTINE | start_routine (void *c) |
Routine passed to Windows's _beginthreadex by thread::internal_start() inside tbb.dll. More... | |
Public Attributes | |
F | function |
X | arg1 |
Y | arg2 |
Definition at line 107 of file tbb_thread.h.
|
inline |
Definition at line 118 of file tbb_thread.h.
|
inlinestatic |
Routine passed to Windows's _beginthreadex by thread::internal_start() inside tbb.dll.
Definition at line 112 of file tbb_thread.h.
X tbb::internal::thread_closure_2< F, X, Y >::arg1 |
Definition at line 109 of file tbb_thread.h.
Y tbb::internal::thread_closure_2< F, X, Y >::arg2 |
Definition at line 110 of file tbb_thread.h.
F tbb::internal::thread_closure_2< F, X, Y >::function |
Definition at line 108 of file tbb_thread.h.