Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 3, 2019 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/5be4fe97cf5e699d27c0606d801510f8 to your computer and use it in GitHub Desktop.
Save ryantm/5be4fe97cf5e699d27c0606d801510f8 to your computer and use it in GitHub Desktop.
/nix/store/pa4d3i08bbpqpyqlg8f9h4cljd8yfc77-tbb-2019_U7
├── include
│   ├── serial
│   │   └── tbb
│   │   ├── parallel_for.h
│   │   └── tbb_annotate.h
│   └── tbb
│   ├── aggregator.h
│   ├── aligned_space.h
│   ├── atomic.h
│   ├── blocked_range2d.h
│   ├── blocked_range3d.h
│   ├── blocked_range.h
│   ├── blocked_rangeNd.h
│   ├── cache_aligned_allocator.h
│   ├── combinable.h
│   ├── compat
│   │   ├── condition_variable
│   │   ├── ppl.h
│   │   ├── thread
│   │   └── tuple
│   ├── concurrent_hash_map.h
│   ├── concurrent_lru_cache.h
│   ├── concurrent_map.h
│   ├── concurrent_priority_queue.h
│   ├── concurrent_queue.h
│   ├── concurrent_set.h
│   ├── concurrent_unordered_map.h
│   ├── concurrent_unordered_set.h
│   ├── concurrent_vector.h
│   ├── critical_section.h
│   ├── enumerable_thread_specific.h
│   ├── flow_graph_abstractions.h
│   ├── flow_graph.h
│   ├── flow_graph_opencl_node.h
│   ├── global_control.h
│   ├── index.html
│   ├── internal
│   │   ├── _aggregator_impl.h
│   │   ├── _allocator_traits.h
│   │   ├── _concurrent_queue_impl.h
│   │   ├── _concurrent_skip_list_impl.h
│   │   ├── _concurrent_unordered_impl.h
│   │   ├── _flow_graph_async_msg_impl.h
│   │   ├── _flow_graph_body_impl.h
│   │   ├── _flow_graph_cache_impl.h
│   │   ├── _flow_graph_impl.h
│   │   ├── _flow_graph_indexer_impl.h
│   │   ├── _flow_graph_item_buffer_impl.h
│   │   ├── _flow_graph_join_impl.h
│   │   ├── _flow_graph_node_impl.h
│   │   ├── _flow_graph_streaming_node.h
│   │   ├── _flow_graph_tagged_buffer_impl.h
│   │   ├── _flow_graph_trace_impl.h
│   │   ├── _flow_graph_types_impl.h
│   │   ├── _mutex_padding.h
│   │   ├── _node_handle_impl.h
│   │   ├── _range_iterator.h
│   │   ├── _tbb_hash_compare_impl.h
│   │   ├── _tbb_strings.h
│   │   ├── _tbb_trace_impl.h
│   │   ├── _tbb_windef.h
│   │   ├── _template_helpers.h
│   │   ├── _x86_eliding_mutex_impl.h
│   │   └── _x86_rtm_rw_mutex_impl.h
│   ├── iterators.h
│   ├── machine
│   │   ├── gcc_arm.h
│   │   ├── gcc_generic.h
│   │   ├── gcc_ia32_common.h
│   │   ├── gcc_itsx.h
│   │   ├── ibm_aix51.h
│   │   ├── icc_generic.h
│   │   ├── linux_common.h
│   │   ├── linux_ia32.h
│   │   ├── linux_ia64.h
│   │   ├── linux_intel64.h
│   │   ├── macos_common.h
│   │   ├── mac_ppc.h
│   │   ├── mic_common.h
│   │   ├── msvc_armv7.h
│   │   ├── msvc_ia32_common.h
│   │   ├── sunos_sparc.h
│   │   ├── windows_api.h
│   │   ├── windows_ia32.h
│   │   └── windows_intel64.h
│   ├── memory_pool.h
│   ├── mutex.h
│   ├── null_mutex.h
│   ├── null_rw_mutex.h
│   ├── parallel_do.h
│   ├── parallel_for_each.h
│   ├── parallel_for.h
│   ├── parallel_invoke.h
│   ├── parallel_reduce.h
│   ├── parallel_scan.h
│   ├── parallel_sort.h
│   ├── parallel_while.h
│   ├── partitioner.h
│   ├── pipeline.h
│   ├── queuing_mutex.h
│   ├── queuing_rw_mutex.h
│   ├── reader_writer_lock.h
│   ├── recursive_mutex.h
│   ├── runtime_loader.h
│   ├── scalable_allocator.h
│   ├── spin_mutex.h
│   ├── spin_rw_mutex.h
│   ├── task_arena.h
│   ├── task_group.h
│   ├── task.h
│   ├── task_scheduler_init.h
│   ├── task_scheduler_observer.h
│   ├── tbb_allocator.h
│   ├── tbb_config.h
│   ├── tbb_disable_exceptions.h
│   ├── tbb_exception.h
│   ├── tbb.h
│   ├── tbb_machine.h
│   ├── tbbmalloc_proxy.h
│   ├── tbb_profiling.h
│   ├── tbb_stddef.h
│   ├── tbb_thread.h
│   └── tick_count.h
└── lib
├── libtbbmalloc_proxy.so
├── libtbbmalloc_proxy.so.2
├── libtbbmalloc.so
├── libtbbmalloc.so.2
├── libtbb.so
└── libtbb.so.2
8 directories, 122 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment