diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2013-07-10 13:32:15 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-07-10 13:32:15 -0700 |
commit | db8d4a345ef77bc6832e9496e0ba38c8e36cadff (patch) | |
tree | 7c392036f854725ee3dbc1dfc5056fe28f35027b /includes/stg | |
parent | 190d34a68945120f5e283fc1c64ed6fe49710213 (diff) | |
download | haskell-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.h | 1 |
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); |