small updates
This commit is contained in:
parent
90d93fdbdd
commit
bef041a268
@ -60,6 +60,7 @@ static void RestoreWorker(int wid USES_REGS) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FOREIGN_WL(wid)->global_arena = TermToGlobalOrAtomAdjust(FOREIGN_WL(wid)->global_arena);
|
FOREIGN_WL(wid)->global_arena = TermToGlobalOrAtomAdjust(FOREIGN_WL(wid)->global_arena);
|
||||||
|
32
H/rhstruct.h
32
H/rhstruct.h
@ -74,9 +74,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RestoreInvisibleAtoms( PASS_REGS1 );
|
RestoreInvisibleAtoms();
|
||||||
RestoreWideAtoms( PASS_REGS1 );
|
RestoreWideAtoms();
|
||||||
RestoreAtoms( PASS_REGS1 );
|
RestoreAtoms();
|
||||||
|
|
||||||
#include "ratoms.h"
|
#include "ratoms.h"
|
||||||
#ifdef EUROTRA
|
#ifdef EUROTRA
|
||||||
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RestorePredHash( PASS_REGS1 );
|
RestorePredHash();
|
||||||
#if defined(YAPOR) || defined(THREADS)
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@ -204,10 +204,10 @@
|
|||||||
#if defined(YAPOR) || defined(THREADS)
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
REINIT_LOCK(Yap_heap_regs->dbterms_list_lock);
|
REINIT_LOCK(Yap_heap_regs->dbterms_list_lock);
|
||||||
#endif
|
#endif
|
||||||
RestoreDBTermsList( PASS_REGS1 );
|
RestoreDBTermsList();
|
||||||
|
|
||||||
|
|
||||||
RestoreExpandList( PASS_REGS1 );
|
RestoreExpandList();
|
||||||
|
|
||||||
#if defined(YAPOR) || defined(THREADS)
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
REINIT_LOCK(Yap_heap_regs->expand_clauses_list_lock);
|
REINIT_LOCK(Yap_heap_regs->expand_clauses_list_lock);
|
||||||
@ -227,9 +227,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RestoreIntKeys( PASS_REGS1 );
|
RestoreIntKeys();
|
||||||
RestoreIntLUKeys( PASS_REGS1 );
|
RestoreIntLUKeys();
|
||||||
RestoreIntBBKeys( PASS_REGS1 );
|
RestoreIntBBKeys();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -240,11 +240,11 @@
|
|||||||
RestoreDBErasedMarker();
|
RestoreDBErasedMarker();
|
||||||
RestoreLogDBErasedMarker();
|
RestoreLogDBErasedMarker();
|
||||||
|
|
||||||
RestoreDeadStaticClauses( PASS_REGS1 );
|
RestoreDeadStaticClauses();
|
||||||
RestoreDeadMegaClauses( PASS_REGS1 );
|
RestoreDeadMegaClauses();
|
||||||
RestoreDeadStaticIndices( PASS_REGS1 );
|
RestoreDeadStaticIndices();
|
||||||
RestoreDBErasedList( PASS_REGS1 );
|
RestoreDBErasedList();
|
||||||
RestoreDBErasedIList( PASS_REGS1 );
|
RestoreDBErasedIList();
|
||||||
#if defined(YAPOR) || defined(THREADS)
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
REINIT_LOCK(Yap_heap_regs->dead_static_clauses_lock);
|
REINIT_LOCK(Yap_heap_regs->dead_static_clauses_lock);
|
||||||
REINIT_LOCK(Yap_heap_regs->dead_mega_clauses_lock);
|
REINIT_LOCK(Yap_heap_regs->dead_mega_clauses_lock);
|
||||||
@ -294,9 +294,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RestoreYapRecords( PASS_REGS1 );
|
RestoreYapRecords();
|
||||||
|
|
||||||
RestoreSWIAtoms( PASS_REGS1 );
|
RestoreSWIAtoms();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user