|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "internal/_deprecated_header_message_guard.h"#include "internal/_warning_suppress_enable_notice.h"#include "tbb_stddef.h"#include <pthread.h>#include "atomic.h"#include "internal/_tbb_hash_compare_impl.h"#include "tick_count.h"#include <iosfwd>#include "internal/_warning_suppress_disable_notice.h"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_tbb_thread_H |
| #define | __TBB_tbb_thread_H_include_area |
| #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 |
| #define __TBB_NATIVE_THREAD_ROUTINE void* |
Definition at line 48 of file tbb_thread.h.
Definition at line 49 of file tbb_thread.h.
| #define __TBB_tbb_thread_H |
Definition at line 29 of file tbb_thread.h.
| #define __TBB_tbb_thread_H_include_area |
Definition at line 31 of file tbb_thread.h.