We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eb451 commit 6531af5Copy full SHA for 6531af5
machine/memory/managed.cpp
@@ -17,7 +17,7 @@ namespace memory {
17
: shared_(ss)
18
, kind_(kind)
19
, metrics_()
20
- , os_thread_(pthread_self())
+ , os_thread_(0)
21
, id_(id)
22
{
23
if(name) {
0 commit comments