Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Structure used to pass user function with 1 argument to thread. More...
#include <tbb_thread.h>
Public Member Functions | |
thread_closure_1 (const F &f, const X &x) | |
![]() | |
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 |
Structure used to pass user function with 1 argument to thread.
Definition at line 95 of file tbb_thread.h.
|
inline |
Definition at line 105 of file tbb_thread.h.
|
inlinestatic |
Routine passed to Windows's _beginthreadex by thread::internal_start() inside tbb.dll.
Definition at line 99 of file tbb_thread.h.
X tbb::internal::thread_closure_1< F, X >::arg1 |
Definition at line 97 of file tbb_thread.h.
F tbb::internal::thread_closure_1< F, X >::function |
Definition at line 96 of file tbb_thread.h.