[commit: ghc] ghc-7.8: Add hs_thread_done() (#8124) (733f5b4)
git at git.haskell.org
git at git.haskell.org
Fri Feb 28 23:39:21 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/733f5b427ab7273a2c96f3ef1e445324c8e8d4ea/ghc
>---------------------------------------------------------------
commit 733f5b427ab7273a2c96f3ef1e445324c8e8d4ea
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Feb 27 14:07:29 2014 +0000
Add hs_thread_done() (#8124)
See documentation for details.
(cherry picked from commit af6746fb6b5adb5ba5be6e0f647c4ebe767ce084)
>---------------------------------------------------------------
733f5b427ab7273a2c96f3ef1e445324c8e8d4ea
docs/users_guide/ffi-chap.xml | 34 ++++++++++++++++++++++++++++++++++
includes/HsFFI.h | 1 +
includes/RtsAPI.h | 13 +++++++++++++
rts/HsFFI.c | 7 +++++++
rts/RtsAPI.c | 6 ++++++
rts/Task.c | 40 +++++++++++++++++++++++++++++++++++++++-
rts/Task.h | 36 ++++++++++++++++++++++++++----------
testsuite/tests/rts/Makefile | 3 +++
testsuite/tests/rts/all.T | 8 ++++++++
9 files changed, 137 insertions(+), 11 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 733f5b427ab7273a2c96f3ef1e445324c8e8d4ea
More information about the ghc-commits
mailing list