1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 00:50:25 +02:00

Lazy<T>, LazyTLS<T>, thread dtors

This commit is contained in:
Brian Fiete 2022-07-04 10:20:38 -07:00
parent cf269db0eb
commit a27ef9beda
17 changed files with 437 additions and 30 deletions

View file

@ -43,7 +43,7 @@ public:
BfTLSManager()
{
sInternalThreadKey = BfpTLS_Create();
sInternalThreadKey = BfpTLS_Create(NULL);
mAssociatedTLSDatums = NULL;
mAllocSize = 0;
mAllocIdx = 1;