mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Lazy<T>
, LazyTLS<T>
, thread dtors
This commit is contained in:
parent
cf269db0eb
commit
a27ef9beda
17 changed files with 437 additions and 30 deletions
|
@ -35,7 +35,7 @@ uint32 BfTLSManager::Alloc()
|
|||
}
|
||||
}
|
||||
|
||||
mAllocatedKeys[idx] = BfpTLS_Create();
|
||||
mAllocatedKeys[idx] = BfpTLS_Create(NULL);
|
||||
mAssociatedTLSDatums[idx] = NULL;
|
||||
return idx;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue