X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2Fposix%2Fthread-posix.hpp;h=b8e63635f769497cf3e9764a0ef0874069dc4797;hb=faf9ced36a84879b43e9b41783ba891cce356dd0;hp=e24f6cc2ee8fee6c75b1f7c1e6f61fb8a981211e;hpb=67702ed5605e84f33724aeee9ccf5f82ea774084;p=cacao.git diff --git a/src/threads/posix/thread-posix.hpp b/src/threads/posix/thread-posix.hpp index e24f6cc2e..b8e63635f 100644 --- a/src/threads/posix/thread-posix.hpp +++ b/src/threads/posix/thread-posix.hpp @@ -1,6 +1,6 @@ /* src/threads/posix/thread-posix.hpp - POSIX thread functions - Copyright (C) 1996-2005, 2006, 2007, 2008 + Copyright (C) 1996-2011 CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO This file is part of CACAO. @@ -74,6 +74,7 @@ struct threadobject { s4 index; /* thread index, starting with 1 */ u4 flags; /* flag field */ u4 state; /* state field */ + bool is_in_active_list; /* for debugging only */ pthread_t tid; /* pthread id */