mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 11:48:10 +00:00
move hash store eviction to base layer async wavefront; start dasm transition
This commit is contained in:
@@ -190,6 +190,9 @@ async_thread_entry_point(void *params)
|
||||
for(;!ins_atomic_u32_eval(&global_async_exit);)
|
||||
{
|
||||
MutexScope(async_tick_start_mutex) cond_var_wait(async_tick_start_cond_var, async_tick_start_mutex, os_now_microseconds()+100000);
|
||||
#if defined(HASH_STORE_H)
|
||||
hs_tick();
|
||||
#endif
|
||||
#if defined(FILE_STREAM_H)
|
||||
fs_tick();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user