dasm, ctrl memstream, & more moving to async layer, rather than per-layer thread pools

This commit is contained in:
Ryan Fleury
2024-11-03 12:11:24 -08:00
parent c2855a9a46
commit a40edbba51
9 changed files with 408 additions and 737 deletions
+1
View File
@@ -296,6 +296,7 @@ hs_data_from_hash(HS_Scope *scope, U128 hash)
internal void
hs_evictor_thread__entry_point(void *p)
{
ThreadNameF("[hs] evictor thread");
for(;;)
{
for(U64 slot_idx = 0; slot_idx < hs_shared->slots_count; slot_idx += 1)