YAP 7.1.0
rglobals.h
1
2 /* This file, rglobals.h, was generated automatically by "yap -L misc/buildlocalglobal"
3 please do not update, update misc/GLOBALS instead */
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21static void RestoreGlobal(void) {
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39#if __ANDROID__
40
41
42
43#endif
44
45#if THREADS
46
47
48
49
50
51
52
53 REINIT_LOCK(GLOBAL_ThreadHandlesLock);
54#endif
55#if defined(YAPOR) || defined(THREADS)
56
57 REINIT_LOCK(GLOBAL_BGL);
58#endif
59#if defined(YAPOR) || defined(TABLING)
60
61#endif /* YAPOR || TABLING */
62
63
64
65#if defined(THREADS)
66
67
68 REINIT_LOCK(GLOBAL_mboxq_lock);
69
70
71#endif /* THREADS */
72
73
74#if defined(THREADS)||defined(YAPOR)
75 REINIT_LOCK(GLOBAL_StreamDescLock);
76#endif
77
78
79
80
81#ifdef COROUTINING
82
83
84#endif
85
86
87
88
89
90
91
92
93#if HAVE_MMAP
94
95#endif
96#ifdef DEBUG
97
98
99
100
101
102#endif
103#if defined(COFF) || defined(A_OUT)
104
105
106#endif
107
108
109#if __simplescalar__
110
111#endif
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127#if LOW_PROF
128
129
130
131#endif /* LOW_PROF */
132
133#if THREADS
134
135
136 REINIT_LOCK(GLOBAL_MUT_ACCESS);
137#endif
138
139
140
141
142
143
144
145
146}