| /oneTBB/src/tbbmalloc/ |
| H A D | Customize.h | 35 #define MALLOC_ITT_SYNC_PREPARE(pointer) ITT_NOTIFY(sync_prepare, (pointer)) argument 36 #define MALLOC_ITT_SYNC_ACQUIRED(pointer) ITT_NOTIFY(sync_acquired, (pointer)) argument 37 #define MALLOC_ITT_SYNC_RELEASING(pointer) ITT_NOTIFY(sync_releasing, (pointer)) argument 38 #define MALLOC_ITT_SYNC_CANCEL(pointer) ITT_NOTIFY(sync_cancel, (pointer)) argument 42 #define MALLOC_ITT_SYNC_PREPARE(pointer) ((void)0) argument 43 #define MALLOC_ITT_SYNC_ACQUIRED(pointer) ((void)0) argument 44 #define MALLOC_ITT_SYNC_RELEASING(pointer) ((void)0) argument 45 #define MALLOC_ITT_SYNC_CANCEL(pointer) ((void)0) argument
|
| /oneTBB/test/common/ |
| H A D | iterator.h | 37 typedef typename allocator_traits_type::pointer pointer; typedef 118 typedef typename allocator_traits_type::pointer pointer; typedef 144 typedef typename allocator_traits_type::pointer pointer; typedef 202 typedef typename allocator_traits_type::const_pointer pointer; typedef
|
| H A D | container_move_support.h | 301 using pointer = value_type*; variable 317 using pointer = value_type*; variable
|
| H A D | custom_allocators.h | 247 using pointer = value_type*; variable
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | memory_pool.h | 90 typedef value_type* pointer; typedef 145 typedef void* pointer; typedef
|
| H A D | tbb_allocator.h | 74 using pointer = value_type*; variable
|
| H A D | concurrent_lru_cache.h | 57 using pointer = ValT*; variable
|
| H A D | concurrent_set.h | 68 using pointer = typename base_type::pointer; variable 169 using pointer = typename base_type::pointer; variable
|
| H A D | concurrent_unordered_set.h | 61 using pointer = typename base_type::pointer; variable 200 using pointer = typename base_type::pointer; variable
|
| H A D | cache_aligned_allocator.h | 68 using pointer = value_type*; variable
|
| H A D | concurrent_unordered_map.h | 63 using pointer = typename base_type::pointer; variable 262 using pointer = typename base_type::pointer; variable
|
| H A D | concurrent_map.h | 85 using pointer = typename base_type::pointer; variable 235 using pointer = typename base_type::pointer; variable
|
| H A D | concurrent_queue.h | 66 using pointer = typename allocator_traits_type::pointer; variable 341 using pointer = typename allocator_traits_type::pointer; variable
|
| H A D | scalable_allocator.h | 238 using pointer = value_type*; variable
|
| H A D | concurrent_vector.h | 48 using pointer = value_type*; variable 270 using pointer = typename allocator_traits_type::pointer; variable
|
| H A D | concurrent_hash_map.h | 382 using pointer = value_type*; variable 616 using pointer = typename allocator_traits_type::pointer; in __TBB_requires() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _utils.h | 186 constexpr bool is_aligned(T* pointer, std::uintptr_t alignment) { in is_aligned()
|
| H A D | _flow_graph_impl.h | 50 typedef GraphNodeType* pointer; typedef
|
| H A D | _concurrent_skip_list.h | 193 using pointer = value_type*; variable 274 using pointer = typename allocator_traits_type::pointer; variable
|
| H A D | _concurrent_queue_base.h | 597 using pointer = value_type*; variable
|
| H A D | _concurrent_unordered_base.h | 71 using pointer = value_type*; variable 215 using pointer = typename allocator_traits_type::pointer; variable
|
| /oneTBB/test/tbb/ |
| H A D | test_scheduler_mix.cpp | 108 T* pointer() { in pointer() function in PtrRWMutex
|