Skip to content

Commit

Permalink
Don't set os_thread to creating pthread_self.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jun 21, 2016
1 parent d7eb451 commit 6531af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/memory/managed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace memory {
: shared_(ss)
, kind_(kind)
, metrics_()
, os_thread_(pthread_self())
, os_thread_(0)
, id_(id)
{
if(name) {
Expand Down

0 comments on commit 6531af5

Please sign in to comment.