This commit is contained in:
Jesper Wilhelmsson 2015-05-11 16:30:26 +02:00
commit 042902811c
14 changed files with 137 additions and 178 deletions

View file

@ -190,6 +190,7 @@ Thread::Thread() {
set_stack_size(0);
set_self_raw_id(0);
set_lgrp_id(-1);
DEBUG_ONLY(clear_suspendible_thread();)
// allocated data structures
set_osthread(NULL);