rename to mi_thread_set_in_threadpool

This commit is contained in:
Daan 2025-02-10 20:26:19 -08:00
parent 08ebe070a4
commit 156687ac8b
3 changed files with 5 additions and 6 deletions

View file

@ -547,6 +547,9 @@ void _mi_heap_set_default_direct(mi_heap_t* heap) {
_mi_prim_thread_associate_default_heap(heap);
}
void mi_thread_set_in_threadpool(void) mi_attr_noexcept {
// nothing
}
// --------------------------------------------------------
// Run functions on process init/done, and thread init/done