diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:44:10 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:51:30 -0500 |
commit | a739416f115a9870e062b74db38609248ed3ebd6 (patch) | |
tree | 4f2f4151e720aca10de21a9d1f6f825d4524c2da /includes | |
parent | c607500d1b5f7696eaf8fec6fa889aa1fde21822 (diff) | |
download | haskell-a739416f115a9870e062b74db38609248ed3ebd6.tar.gz |
[ci skip] includes: detabify/dewhitespace rts/Threads.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Threads.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h index da6f7a4add..941f6daf65 100644 --- a/includes/rts/Threads.h +++ b/includes/rts/Threads.h @@ -19,7 +19,7 @@ #include <sys/types.h> #endif -// +// // Creating threads // StgTSO *createThread (Capability *cap, W_ stack_size); @@ -29,11 +29,11 @@ void scheduleWaitThread (/* in */ StgTSO *tso, /* inout */ Capability **cap); StgTSO *createGenThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); StgTSO *createIOThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); StgTSO *createStrictIOThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); // Suspending/resuming threads around foreign calls void * suspendThread (StgRegTable *, rtsBool interruptible); |