summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-20 12:44:10 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-20 12:51:30 -0500
commita739416f115a9870e062b74db38609248ed3ebd6 (patch)
tree4f2f4151e720aca10de21a9d1f6f825d4524c2da /includes
parentc607500d1b5f7696eaf8fec6fa889aa1fde21822 (diff)
downloadhaskell-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.h8
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);