|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| class | blender::threading::EnumerableThreadSpecific< T > |
Namespaces | |
| blender | |
| blender::threading | |
| blender::threading::enumerable_thread_specific_utils | |
Variables | |
| std::atomic< int > | blender::threading::enumerable_thread_specific_utils::next_id = 0 |
| thread_local int | blender::threading::enumerable_thread_specific_utils::thread_id = next_id.fetch_add(1, std::memory_order_relaxed) |