|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "tbb_stddef.h"#include <pthread.h>#include "atomic.h"#include "internal/_tbb_hash_compare_impl.h"#include "tick_count.h"#include <iosfwd>Go to the source code of this file.
Classes | |
| struct | tbb::internal::thread_closure_base |
| struct | tbb::internal::thread_closure_0< F > |
| struct | tbb::internal::thread_closure_1< F, X > |
| Structure used to pass user function with 1 argument to thread. More... | |
| struct | tbb::internal::thread_closure_2< F, X, Y > |
| class | tbb::internal::tbb_thread_v3 |
| Versioned thread class. More... | |
| class | tbb::internal::tbb_thread_v3::id |
Namespaces | |
| tbb | |
| The graph class. | |
| tbb::internal | |
| Identifiers declared inside namespace internal should never be used directly by client code. | |
| tbb::this_tbb_thread | |
Macros | |
| #define | __TBB_NATIVE_THREAD_ROUTINE void* |
| #define | __TBB_NATIVE_THREAD_ROUTINE_PTR(r) void* (*r)( void* ) |
Typedefs | |
| typedef pthread_t | tbb::internal::thread_id_type |
| typedef internal::tbb_thread_v3 | tbb::tbb_thread |
| Users reference thread class by name tbb_thread. More... | |
| #define __TBB_NATIVE_THREAD_ROUTINE void* |
Definition at line 34 of file tbb_thread.h.
Definition at line 35 of file tbb_thread.h.
Referenced by tbb::internal::tbb_thread_v3::internal_move().