Say what StgTSOBlockInfo is for, where to read about it.
authorSamuel Bronson <naesten@gmail.com>
Wed, 22 Jul 2009 16:30:11 +0000 (16:30 +0000)
committerSamuel Bronson <naesten@gmail.com>
Wed, 22 Jul 2009 16:30:11 +0000 (16:30 +0000)
includes/TSO.h

index be50c12..128ea1d 100644 (file)
@@ -67,6 +67,7 @@ typedef struct {
 } StgAsyncIOResult;
 #endif
 
+/* Reason for thread being blocked. See comment above struct StgTso_. */
 typedef union {
   StgClosure *closure;
   struct StgTSO_ *tso;