mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
#if 0 out old evictor thread for ptr graph
This commit is contained in:
@@ -151,6 +151,7 @@ ptg_builder_thread__entry_point(void *p)
|
|||||||
internal void
|
internal void
|
||||||
ptg_evictor_thread__entry_point(void *p)
|
ptg_evictor_thread__entry_point(void *p)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
U64 check_time_us = os_now_microseconds();
|
U64 check_time_us = os_now_microseconds();
|
||||||
@@ -199,4 +200,5 @@ ptg_evictor_thread__entry_point(void *p)
|
|||||||
}
|
}
|
||||||
os_sleep_milliseconds(1000);
|
os_sleep_milliseconds(1000);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user