Public Member Functions | |
thread_closure_2 (const F &f, const X &x, const Y &y) | |
Public Member Functions inherited from tbb::internal::thread_closure_base | |
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. | |
Public Attributes | |
F | function |
X | arg1 |
Y | arg2 |