Searched defs:mi_tld_s (Results 1 – 1 of 1) sorted by relevance
711 struct mi_tld_s { struct712 unsigned long long heartbeat; // monotonic heartbeat count713 …l recurse; // true if deferred was called; used to prevent infinite recursion.714 mi_heap_t* heap_backing; // backing heap of this thread (cannot be deleted)715 … heaps; // list of heaps in this thread (so we can abandon all when the thread terminates)716 mi_segments_tld_t segments; // segment tld717 mi_os_tld_t os; // os tld718 mi_stats_t stats; // statistics