X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FStgMiscClosures.h;h=4f638ea9cea5fdc95b955e4df2abd25273d3247f;hp=fcc973630a9e2d521523218b41b6d559bedf5902;hb=9cef40bd4dd2536c7a370a1a9b78461c152805cc;hpb=b1953bbb1ed3cb16497e5447db7487f0c2d9e41a diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index fcc9736..4f638ea 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -136,11 +136,14 @@ RTS_INFO(stg_AP_info); RTS_INFO(stg_AP_STACK_info); RTS_INFO(stg_dummy_ret_info); RTS_INFO(stg_raise_info); -RTS_INFO(stg_TVAR_WAIT_QUEUE_info); +RTS_INFO(stg_TVAR_WATCH_QUEUE_info); +RTS_INFO(stg_INVARIANT_CHECK_QUEUE_info); +RTS_INFO(stg_ATOMIC_INVARIANT_info); RTS_INFO(stg_TVAR_info); RTS_INFO(stg_TREC_CHUNK_info); RTS_INFO(stg_TREC_HEADER_info); -RTS_INFO(stg_END_STM_WAIT_QUEUE_info); +RTS_INFO(stg_END_STM_WATCH_QUEUE_info); +RTS_INFO(stg_END_INVARIANT_CHECK_QUEUE_info); RTS_INFO(stg_END_STM_CHUNK_LIST_info); RTS_INFO(stg_NO_TREC_info); @@ -197,11 +200,14 @@ RTS_ENTRY(stg_AP_entry); RTS_ENTRY(stg_AP_STACK_entry); RTS_ENTRY(stg_dummy_ret_entry); RTS_ENTRY(stg_raise_entry); -RTS_ENTRY(stg_END_STM_WAIT_QUEUE_entry); +RTS_ENTRY(stg_END_STM_WATCH_QUEUE_entry); +RTS_ENTRY(stg_END_INVARIANT_CHECK_QUEUE_entry); RTS_ENTRY(stg_END_STM_CHUNK_LIST_entry); RTS_ENTRY(stg_NO_TREC_entry); RTS_ENTRY(stg_TVAR_entry); -RTS_ENTRY(stg_TVAR_WAIT_QUEUE_entry); +RTS_ENTRY(stg_TVAR_WATCH_QUEUE_entry); +RTS_ENTRY(stg_INVARIANT_CHECK_QUEUE_entry); +RTS_ENTRY(stg_ATOMIC_INVARIANT_entry); RTS_ENTRY(stg_TREC_CHUNK_entry); RTS_ENTRY(stg_TREC_HEADER_entry); @@ -224,7 +230,8 @@ RTS_CLOSURE(stg_NO_FINALIZER_closure); RTS_CLOSURE(stg_dummy_ret_closure); RTS_CLOSURE(stg_forceIO_closure); -RTS_CLOSURE(stg_END_STM_WAIT_QUEUE_closure); +RTS_CLOSURE(stg_END_STM_WATCH_QUEUE_closure); +RTS_CLOSURE(stg_END_INVARIANT_CHECK_QUEUE_closure); RTS_CLOSURE(stg_END_STM_CHUNK_LIST_closure); RTS_CLOSURE(stg_NO_TREC_closure); @@ -491,6 +498,7 @@ RTS_ENTRY(stg_block_async_void_ret); #endif RTS_FUN(stg_block_stmwait); RTS_FUN(stg_block_throwto); +RTS_ENTRY(stg_block_throwto_ret); RTS_RET_INFO(stg_block_throwto_info); /* Entry/exit points from StgStartup.cmm */ @@ -604,5 +612,6 @@ RTS_FUN(atomicallyzh_fast); RTS_FUN(newTVarzh_fast); RTS_FUN(readTVarzh_fast); RTS_FUN(writeTVarzh_fast); +RTS_FUN(checkzh_fast); #endif /* STGMISCCLOSURES_H */