Support TlsExpansionSlots (>64 TLS slots)

This commit is contained in:
2025-10-27 12:27:26 -06:00
parent cf166f828a
commit a240e3dc4b
6 changed files with 313 additions and 30 deletions

View File

@@ -67,6 +67,7 @@ void wibo::destroyTib(TIB *tibPtr) {
if (!tibPtr) {
return;
}
tls::cleanupTib(tibPtr);
std::free(tibPtr);
}
@@ -613,6 +614,7 @@ int main(int argc, char **argv) {
}
DEBUG_LOG("We came back\n");
wibo::shutdownModuleRegistry();
wibo::tls::cleanupTib(&tib);
return 1;
}