Skip to content

Commit 6531af5

Browse files
committed
Don't set os_thread to creating pthread_self.
1 parent d7eb451 commit 6531af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine/memory/managed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace memory {
1717
: shared_(ss)
1818
, kind_(kind)
1919
, metrics_()
20-
, os_thread_(pthread_self())
20+
, os_thread_(0)
2121
, id_(id)
2222
{
2323
if(name) {

0 commit comments

Comments
 (0)