Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

tbb::internal::thread_closure_1< F, X > Struct Template Reference

Structure used to pass user function with 1 argument to thread. More...

#include <tbb_thread.h>

List of all members.

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

function
arg1


Detailed Description

template<class F, class X>
struct tbb::internal::thread_closure_1< F, X >

Structure used to pass user function with 1 argument to thread.


The documentation for this struct was generated from the following file:

Copyright © 2005-2008 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.