YAP 7.1.0
dglobals.h
1
2 /* This file, dglobals.h, was generated automatically by "yap -L misc/buildlocalglobal"
3 please do not update, update H/GLOBALS instead */
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23#define GLOBAL_Initialised Yap_global->Initialised_
24#define GLOBAL_InitialisedFromPL Yap_global->InitialisedFromPL_
25#define GLOBAL_PL_Argc Yap_global->PL_Argc_
26#define GLOBAL_PL_Argv Yap_global->PL_Argv_
27#define GLOBAL_FAST_BOOT_FLAG Yap_global->FAST_BOOT_FLAG_
28
29#define GLOBAL_HaltHooks Yap_global->HaltHooks_
30#define GLOBAL_JIT_finalizer Yap_global->JIT_finalizer_
31
32#define GLOBAL_AllowLocalExpansion Yap_global->AllowLocalExpansion_
33#define GLOBAL_AllowGlobalExpansion Yap_global->AllowGlobalExpansion_
34#define GLOBAL_AllowTrailExpansion Yap_global->AllowTrailExpansion_
35#define GLOBAL_SizeOfOverflow Yap_global->SizeOfOverflow_
36
37#define GLOBAL_AGcThreshold Yap_global->AGcThreshold_
38#define GLOBAL_AGCHook Yap_global->AGCHook_
39
40#if THREADS
41
42#define GLOBAL_NOfThreads Yap_global->NOfThreads_
43
44#define GLOBAL_NOfThreadsCreated Yap_global->NOfThreadsCreated_
45
46#define GLOBAL_ThreadsTotalTime Yap_global->ThreadsTotalTime_
47
48#define GLOBAL_ThreadHandlesLock Yap_global->ThreadHandlesLock_
49#endif
50#if defined(YAPOR) || defined(THREADS)
51
52#define GLOBAL_BGL Yap_global->BGL_
53#endif
54#if defined(YAPOR) || defined(TABLING)
55#define GLOBAL_optyap_data Yap_global->optyap_data_
56#endif /* YAPOR || TABLING */
57
58#define GLOBAL_PrologShouldHandleInterrupts Yap_global->PrologShouldHandleInterrupts_
59
60#if defined(THREADS)
61#define GLOBAL_master_thread Yap_global->master_thread_
62#define GLOBAL_named_mboxes Yap_global->named_mboxes_
63#define GLOBAL_mboxq_lock Yap_global->mboxq_lock_
64#define GLOBAL_mbox_count Yap_global->mbox_count_
65#define GLOBAL_WithMutex Yap_global->WithMutex_
66#endif /* THREADS */
67
68#define GLOBAL_Stream Yap_global->Stream_
69#if defined(THREADS)||defined(YAPOR)
70#define GLOBAL_StreamDescLock Yap_global->StreamDescLock_
71#endif
72
73#define GLOBAL_argv Yap_global->argv_
74#define GLOBAL_argc Yap_global->argc_
75
76#ifdef COROUTINING
77
78#define GLOBAL_attas Yap_global->attas_
79#endif
80
81#define GLOBAL_agc_calls Yap_global->agc_calls_
82#define GLOBAL_agc_collected Yap_global->agc_collected_
83
84#define GLOBAL_tot_agc_time Yap_global->tot_agc_time_
85
86#define GLOBAL_tot_agc_recovered Yap_global->tot_agc_recovered_
87
88#if HAVE_MMAP
89#define GLOBAL_mmap_arrays Yap_global->mmap_arrays_
90#endif
91#ifdef DEBUG
92
93#define GLOBAL_Option Yap_global->Option_
94#define GLOBAL_logfile Yap_global->logfile_
95
96
97#endif
98#if defined(COFF) || defined(A_OUT)
99
100#define GLOBAL_Executable Yap_global->Executable_
101#endif
102#define GLOBAL_OpaqueHandlersCount Yap_global->OpaqueHandlersCount_
103#define GLOBAL_OpaqueHandlers Yap_global->OpaqueHandlers_
104#if __simplescalar__
105#define GLOBAL_pwd Yap_global->pwd_
106#endif
107
108
109#define GLOBAL_RestoreFile Yap_global->RestoreFile_
110
111#define GLOBAL_ProfCalls Yap_global->ProfCalls_
112#define GLOBAL_ProfGCs Yap_global->ProfGCs_
113#define GLOBAL_ProfHGrows Yap_global->ProfHGrows_
114#define GLOBAL_ProfSGrows Yap_global->ProfSGrows_
115#define GLOBAL_ProfMallocs Yap_global->ProfMallocs_
116#define GLOBAL_ProfIndexing Yap_global->ProfIndexing_
117#define GLOBAL_ProfOn Yap_global->ProfOn_
118#define GLOBAL_ProfOns Yap_global->ProfOns_
119#define GLOBAL_ProfilerRoot Yap_global->ProfilerRoot_
120#define GLOBAL_ProfilerNil Yap_global->ProfilerNil_
121#define GLOBAL_DIRNAME Yap_global->DIRNAME_
122#if LOW_PROF
123#define GLOBAL_ProfilerOn Yap_global->ProfilerOn_
124#define GLOBAL_FProf Yap_global->FProf_
125#define GLOBAL_FPreds Yap_global->FPreds_
126#endif /* LOW_PROF */
127
128#if THREADS
129#define GLOBAL_FreeMutexes Yap_global->FreeMutexes_
130#define GLOBAL_mutex_backbone Yap_global->mutex_backbone_
131#define GLOBAL_MUT_ACCESS Yap_global->MUT_ACCESS_
132#endif
133#define GLOBAL_Home Yap_global->Home_
134
135#define GLOBAL_CharConversionTable Yap_global->CharConversionTable_
136#define GLOBAL_CharConversionTable2 Yap_global->CharConversionTable2_
137
138#define GLOBAL_MaxPriority Yap_global->MaxPriority_
139
140#define GLOBAL_FileAliases Yap_global->FileAliases_
141#define GLOBAL_NOfFileAliases Yap_global->NOfFileAliases_
142#define GLOBAL_SzOfFileAliases Yap_global->SzOfFileAliases_
143#define GLOBAL_VFS Yap_global->VFS_
144#define GLOBAL_cwd Yap_global->cwd_
145