eliminate bifurcated rw lock path based on exclusive mode; promote thread operations to base layer, use os layer as impl; first pass on moving file streaming layer to base layer's async wavefront

This commit is contained in:
Ryan Fleury
2025-09-17 14:47:55 -07:00
parent 99c989a3c3
commit 0d15b8670b
40 changed files with 450 additions and 607 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ struct TEX_Shared
Mutex u2x_ring_mutex;
// rjf: evictor thread
OS_Handle evictor_thread;
Thread evictor_thread;
};
////////////////////////////////