Files
test2/source/blender/blenkernel
Aras Pranckevicius 8528feb7ee Cleanup: replace some spinlocks with atomics or mutexes
- ImBuf reference counting: turn that into just an atomic integer
- Cachefile safety: turn into a mutex, since work under the spinlock
  was quite heavy (hashtable creation, other memory allocations)
- Movie clip editor: turn into a mutex, since work under the spinlock
  was very heavy (reading files from disk, etc.)
- Mesh intersect: remove the previously commented out spinlock path;
  replace BLI mutex with C++ mutex for shorter code

Pull Request: https://projects.blender.org/blender/blender/pulls/137989
2025-04-29 10:42:45 +02:00
..
2025-04-04 18:38:53 +02:00
2025-04-01 20:22:47 +02:00
2025-04-01 20:22:47 +02:00
2025-04-04 18:38:53 +02:00
2025-03-28 00:59:09 +00:00
2025-03-28 00:59:09 +00:00