summaryrefslogtreecommitdiff
path: root/includes/stg
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-07-10 13:32:15 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-07-10 13:32:15 -0700
commitdb8d4a345ef77bc6832e9496e0ba38c8e36cadff (patch)
tree7c392036f854725ee3dbc1dfc5056fe28f35027b /includes/stg
parent190d34a68945120f5e283fc1c64ed6fe49710213 (diff)
downloadhaskell-db8d4a345ef77bc6832e9496e0ba38c8e36cadff.tar.gz
Implement tryAtomicReadMVar#.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'includes/stg')
-rw-r--r--includes/stg/MiscClosures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index 88cee597b5..287fce99e5 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -381,6 +381,7 @@ RTS_FUN_DECL(stg_putMVarzh);
RTS_FUN_DECL(stg_atomicReadMVarzh);
RTS_FUN_DECL(stg_tryTakeMVarzh);
RTS_FUN_DECL(stg_tryPutMVarzh);
+RTS_FUN_DECL(stg_tryAtomicReadMVarzh);
RTS_FUN_DECL(stg_waitReadzh);
RTS_FUN_DECL(stg_waitWritezh);