[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/storage/TSO.h (e57a29a)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:52:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e57a29a4699dc80f967f3190f7e98833502ce184/ghc
>---------------------------------------------------------------
commit e57a29a4699dc80f967f3190f7e98833502ce184
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:47:07 2014 -0500
[ci skip] includes: detabify/dewhitespace rts/storage/TSO.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e57a29a4699dc80f967f3190f7e98833502ce184
includes/rts/storage/TSO.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/includes/rts/storage/TSO.h b/includes/rts/storage/TSO.h
index 187b668..6dbcec2 100644
--- a/includes/rts/storage/TSO.h
+++ b/includes/rts/storage/TSO.h
@@ -50,7 +50,7 @@ typedef union {
struct MessageBlackHole_ *bh;
struct MessageThrowTo_ *throwto;
struct MessageWakeup_ *wakeup;
- StgInt fd; /* StgInt instead of int, so that it's the same size as the ptrs */
+ StgInt fd; /* StgInt instead of int, so that it's the same size as the ptrs */
#if defined(mingw32_HOST_OS)
StgAsyncIOResult *async_result;
#endif
@@ -208,11 +208,11 @@ void dirty_STACK (Capability *cap, StgStack *stack);
The size of the TSO struct plus the stack is either
(a) smaller than a block, or
- (b) a multiple of BLOCK_SIZE
+ (b) a multiple of BLOCK_SIZE
- tso->why_blocked tso->block_info location
+ tso->why_blocked tso->block_info location
----------------------------------------------------------------------
- NotBlocked END_TSO_QUEUE runnable_queue, or running
+ NotBlocked END_TSO_QUEUE runnable_queue, or running
BlockedOnBlackHole the BLACKHOLE blackhole_queue
@@ -224,10 +224,10 @@ void dirty_STACK (Capability *cap, StgStack *stack);
BlockedOnMsgThrowTo MessageThrowTo * TSO->blocked_exception
BlockedOnRead NULL blocked_queue
- BlockedOnWrite NULL blocked_queue
+ BlockedOnWrite NULL blocked_queue
BlockedOnDelay NULL blocked_queue
- BlockedOnGA closure TSO blocks on BQ of that closure
- BlockedOnGA_NoSend closure TSO blocks on BQ of that closure
+ BlockedOnGA closure TSO blocks on BQ of that closure
+ BlockedOnGA_NoSend closure TSO blocks on BQ of that closure
tso->link == END_TSO_QUEUE, if the thread is currently running.
More information about the ghc-commits
mailing list