#include <tbb_thread.h>
Public Member Functions | |
thread_closure_1 (const F &f, const X &x) | |
Static Public Member Functions | |
__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 |