Files
test2/source/blender/blenkernel/intern
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-01-26 00:39:59 +01:00
2025-04-01 20:22:47 +02:00
2025-02-24 11:32:59 +01:00
2025-03-06 10:49:51 +11:00
2025-04-22 06:13:31 +00:00
2025-04-04 19:16:51 +02:00
2025-04-22 06:13:31 +00:00
2025-03-17 15:16:07 +01:00