Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar is picky, so let's be verbose
[simgrid.git] / src / simix / popping_accessors.h
1 /**********************************************************************/
2 /* File generated by src/simix/simcalls.py from src/simix/simcalls.in */
3 /*                                                                    */
4 /*                    DO NOT EVER CHANGE THIS FILE                    */
5 /*                                                                    */
6 /* change simcalls specification in src/simix/simcalls.in             */
7 /**********************************************************************/
8
9 /*
10  * Note that the name comes from http://en.wikipedia.org/wiki/Popping
11  * Indeed, the control flow is doing a strange dance in there.
12  *
13  * That's not about http://en.wikipedia.org/wiki/Poop, despite the odor :)
14  */
15
16 #include "src/simix/popping_private.h"
17 static inline smx_actor_t simcall_process_kill__get__process(smx_simcall_t simcall) {
18   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
19 }
20 static inline void simcall_process_kill__set__process(smx_simcall_t simcall, smx_actor_t arg) {
21     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
22 }
23
24 static inline int simcall_process_killall__get__reset_pid(smx_simcall_t simcall) {
25   return simgrid::simix::unmarshal<int>(simcall->args[0]);
26 }
27 static inline void simcall_process_killall__set__reset_pid(smx_simcall_t simcall, int arg) {
28     simgrid::simix::marshal<int>(simcall->args[0], arg);
29 }
30
31 static inline smx_actor_t simcall_process_cleanup__get__process(smx_simcall_t simcall) {
32   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
33 }
34 static inline void simcall_process_cleanup__set__process(smx_simcall_t simcall, smx_actor_t arg) {
35     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
36 }
37
38 static inline smx_actor_t simcall_process_suspend__get__process(smx_simcall_t simcall) {
39   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
40 }
41 static inline void simcall_process_suspend__set__process(smx_simcall_t simcall, smx_actor_t arg) {
42     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
43 }
44
45 static inline smx_actor_t simcall_process_resume__get__process(smx_simcall_t simcall) {
46   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
47 }
48 static inline void simcall_process_resume__set__process(smx_simcall_t simcall, smx_actor_t arg) {
49     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
50 }
51
52 static inline smx_actor_t simcall_process_set_host__get__process(smx_simcall_t simcall) {
53   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
54 }
55 static inline void simcall_process_set_host__set__process(smx_simcall_t simcall, smx_actor_t arg) {
56     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
57 }
58 static inline sg_host_t simcall_process_set_host__get__dest(smx_simcall_t simcall) {
59   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[1]);
60 }
61 static inline void simcall_process_set_host__set__dest(smx_simcall_t simcall, sg_host_t arg) {
62     simgrid::simix::marshal<sg_host_t>(simcall->args[1], arg);
63 }
64
65 static inline smx_actor_t simcall_process_is_suspended__get__process(smx_simcall_t simcall) {
66   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
67 }
68 static inline void simcall_process_is_suspended__set__process(smx_simcall_t simcall, smx_actor_t arg) {
69     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
70 }
71 static inline int simcall_process_is_suspended__get__result(smx_simcall_t simcall){
72     return simgrid::simix::unmarshal<int>(simcall->result);
73 }
74 static inline void simcall_process_is_suspended__set__result(smx_simcall_t simcall, int result){
75     simgrid::simix::marshal<int>(simcall->result, result);
76 }
77
78 static inline smx_actor_t simcall_process_join__get__process(smx_simcall_t simcall) {
79   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
80 }
81 static inline void simcall_process_join__set__process(smx_simcall_t simcall, smx_actor_t arg) {
82     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
83 }
84 static inline double simcall_process_join__get__timeout(smx_simcall_t simcall) {
85   return simgrid::simix::unmarshal<double>(simcall->args[1]);
86 }
87 static inline void simcall_process_join__set__timeout(smx_simcall_t simcall, double arg) {
88     simgrid::simix::marshal<double>(simcall->args[1], arg);
89 }
90 static inline int simcall_process_join__get__result(smx_simcall_t simcall){
91     return simgrid::simix::unmarshal<int>(simcall->result);
92 }
93 static inline void simcall_process_join__set__result(smx_simcall_t simcall, int result){
94     simgrid::simix::marshal<int>(simcall->result, result);
95 }
96
97 static inline double simcall_process_sleep__get__duration(smx_simcall_t simcall) {
98   return simgrid::simix::unmarshal<double>(simcall->args[0]);
99 }
100 static inline void simcall_process_sleep__set__duration(smx_simcall_t simcall, double arg) {
101     simgrid::simix::marshal<double>(simcall->args[0], arg);
102 }
103 static inline int simcall_process_sleep__get__result(smx_simcall_t simcall){
104     return simgrid::simix::unmarshal<int>(simcall->result);
105 }
106 static inline void simcall_process_sleep__set__result(smx_simcall_t simcall, int result){
107     simgrid::simix::marshal<int>(simcall->result, result);
108 }
109
110 static inline const char* simcall_execution_start__get__name(smx_simcall_t simcall) {
111   return simgrid::simix::unmarshal<const char*>(simcall->args[0]);
112 }
113 static inline void simcall_execution_start__set__name(smx_simcall_t simcall, const char* arg) {
114     simgrid::simix::marshal<const char*>(simcall->args[0], arg);
115 }
116 static inline double simcall_execution_start__get__flops_amount(smx_simcall_t simcall) {
117   return simgrid::simix::unmarshal<double>(simcall->args[1]);
118 }
119 static inline void simcall_execution_start__set__flops_amount(smx_simcall_t simcall, double arg) {
120     simgrid::simix::marshal<double>(simcall->args[1], arg);
121 }
122 static inline double simcall_execution_start__get__priority(smx_simcall_t simcall) {
123   return simgrid::simix::unmarshal<double>(simcall->args[2]);
124 }
125 static inline void simcall_execution_start__set__priority(smx_simcall_t simcall, double arg) {
126     simgrid::simix::marshal<double>(simcall->args[2], arg);
127 }
128 static inline double simcall_execution_start__get__bound(smx_simcall_t simcall) {
129   return simgrid::simix::unmarshal<double>(simcall->args[3]);
130 }
131 static inline void simcall_execution_start__set__bound(smx_simcall_t simcall, double arg) {
132     simgrid::simix::marshal<double>(simcall->args[3], arg);
133 }
134 static inline smx_activity_t simcall_execution_start__get__result(smx_simcall_t simcall){
135     return simgrid::simix::unmarshal<smx_activity_t>(simcall->result);
136 }
137 static inline void simcall_execution_start__set__result(smx_simcall_t simcall, smx_activity_t result){
138     simgrid::simix::marshal<smx_activity_t>(simcall->result, result);
139 }
140
141 static inline const char* simcall_execution_parallel_start__get__name(smx_simcall_t simcall) {
142   return simgrid::simix::unmarshal<const char*>(simcall->args[0]);
143 }
144 static inline void simcall_execution_parallel_start__set__name(smx_simcall_t simcall, const char* arg) {
145     simgrid::simix::marshal<const char*>(simcall->args[0], arg);
146 }
147 static inline int simcall_execution_parallel_start__get__host_nb(smx_simcall_t simcall) {
148   return simgrid::simix::unmarshal<int>(simcall->args[1]);
149 }
150 static inline void simcall_execution_parallel_start__set__host_nb(smx_simcall_t simcall, int arg) {
151     simgrid::simix::marshal<int>(simcall->args[1], arg);
152 }
153 static inline sg_host_t* simcall_execution_parallel_start__get__host_list(smx_simcall_t simcall) {
154   return simgrid::simix::unmarshal<sg_host_t*>(simcall->args[2]);
155 }
156 static inline void simcall_execution_parallel_start__set__host_list(smx_simcall_t simcall, sg_host_t* arg) {
157     simgrid::simix::marshal<sg_host_t*>(simcall->args[2], arg);
158 }
159 static inline double* simcall_execution_parallel_start__get__flops_amount(smx_simcall_t simcall) {
160   return simgrid::simix::unmarshal<double*>(simcall->args[3]);
161 }
162 static inline void simcall_execution_parallel_start__set__flops_amount(smx_simcall_t simcall, double* arg) {
163     simgrid::simix::marshal<double*>(simcall->args[3], arg);
164 }
165 static inline double* simcall_execution_parallel_start__get__bytes_amount(smx_simcall_t simcall) {
166   return simgrid::simix::unmarshal<double*>(simcall->args[4]);
167 }
168 static inline void simcall_execution_parallel_start__set__bytes_amount(smx_simcall_t simcall, double* arg) {
169     simgrid::simix::marshal<double*>(simcall->args[4], arg);
170 }
171 static inline double simcall_execution_parallel_start__get__amount(smx_simcall_t simcall) {
172   return simgrid::simix::unmarshal<double>(simcall->args[5]);
173 }
174 static inline void simcall_execution_parallel_start__set__amount(smx_simcall_t simcall, double arg) {
175     simgrid::simix::marshal<double>(simcall->args[5], arg);
176 }
177 static inline double simcall_execution_parallel_start__get__rate(smx_simcall_t simcall) {
178   return simgrid::simix::unmarshal<double>(simcall->args[6]);
179 }
180 static inline void simcall_execution_parallel_start__set__rate(smx_simcall_t simcall, double arg) {
181     simgrid::simix::marshal<double>(simcall->args[6], arg);
182 }
183 static inline double simcall_execution_parallel_start__get__timeout(smx_simcall_t simcall) {
184   return simgrid::simix::unmarshal<double>(simcall->args[7]);
185 }
186 static inline void simcall_execution_parallel_start__set__timeout(smx_simcall_t simcall, double arg) {
187     simgrid::simix::marshal<double>(simcall->args[7], arg);
188 }
189 static inline smx_activity_t simcall_execution_parallel_start__get__result(smx_simcall_t simcall){
190     return simgrid::simix::unmarshal<smx_activity_t>(simcall->result);
191 }
192 static inline void simcall_execution_parallel_start__set__result(smx_simcall_t simcall, smx_activity_t result){
193     simgrid::simix::marshal<smx_activity_t>(simcall->result, result);
194 }
195
196 static inline smx_activity_t simcall_execution_cancel__get__execution(smx_simcall_t simcall) {
197   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
198 }
199 static inline void simcall_execution_cancel__set__execution(smx_simcall_t simcall, smx_activity_t arg) {
200     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
201 }
202
203 static inline smx_activity_t simcall_execution_set_priority__get__execution(smx_simcall_t simcall) {
204   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
205 }
206 static inline void simcall_execution_set_priority__set__execution(smx_simcall_t simcall, smx_activity_t arg) {
207     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
208 }
209 static inline double simcall_execution_set_priority__get__priority(smx_simcall_t simcall) {
210   return simgrid::simix::unmarshal<double>(simcall->args[1]);
211 }
212 static inline void simcall_execution_set_priority__set__priority(smx_simcall_t simcall, double arg) {
213     simgrid::simix::marshal<double>(simcall->args[1], arg);
214 }
215
216 static inline smx_activity_t simcall_execution_set_bound__get__execution(smx_simcall_t simcall) {
217   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
218 }
219 static inline void simcall_execution_set_bound__set__execution(smx_simcall_t simcall, smx_activity_t arg) {
220     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
221 }
222 static inline double simcall_execution_set_bound__get__bound(smx_simcall_t simcall) {
223   return simgrid::simix::unmarshal<double>(simcall->args[1]);
224 }
225 static inline void simcall_execution_set_bound__set__bound(smx_simcall_t simcall, double arg) {
226     simgrid::simix::marshal<double>(simcall->args[1], arg);
227 }
228
229 static inline smx_activity_t simcall_execution_wait__get__execution(smx_simcall_t simcall) {
230   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
231 }
232 static inline void simcall_execution_wait__set__execution(smx_simcall_t simcall, smx_activity_t arg) {
233     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
234 }
235 static inline int simcall_execution_wait__get__result(smx_simcall_t simcall){
236     return simgrid::simix::unmarshal<int>(simcall->result);
237 }
238 static inline void simcall_execution_wait__set__result(smx_simcall_t simcall, int result){
239     simgrid::simix::marshal<int>(simcall->result, result);
240 }
241
242 static inline smx_actor_t simcall_process_on_exit__get__process(smx_simcall_t simcall) {
243   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
244 }
245 static inline void simcall_process_on_exit__set__process(smx_simcall_t simcall, smx_actor_t arg) {
246     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
247 }
248 static inline int_f_pvoid_pvoid_t simcall_process_on_exit__get__fun(smx_simcall_t simcall) {
249   return simgrid::simix::unmarshal<int_f_pvoid_pvoid_t>(simcall->args[1]);
250 }
251 static inline void simcall_process_on_exit__set__fun(smx_simcall_t simcall, int_f_pvoid_pvoid_t arg) {
252     simgrid::simix::marshal<int_f_pvoid_pvoid_t>(simcall->args[1], arg);
253 }
254 static inline void* simcall_process_on_exit__get__data(smx_simcall_t simcall) {
255   return simgrid::simix::unmarshal<void*>(simcall->args[2]);
256 }
257 static inline void simcall_process_on_exit__set__data(smx_simcall_t simcall, void* arg) {
258     simgrid::simix::marshal<void*>(simcall->args[2], arg);
259 }
260
261 static inline smx_actor_t simcall_process_auto_restart_set__get__process(smx_simcall_t simcall) {
262   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
263 }
264 static inline void simcall_process_auto_restart_set__set__process(smx_simcall_t simcall, smx_actor_t arg) {
265     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
266 }
267 static inline int simcall_process_auto_restart_set__get__auto_restart(smx_simcall_t simcall) {
268   return simgrid::simix::unmarshal<int>(simcall->args[1]);
269 }
270 static inline void simcall_process_auto_restart_set__set__auto_restart(smx_simcall_t simcall, int arg) {
271     simgrid::simix::marshal<int>(simcall->args[1], arg);
272 }
273
274 static inline smx_actor_t simcall_process_restart__get__process(smx_simcall_t simcall) {
275   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
276 }
277 static inline void simcall_process_restart__set__process(smx_simcall_t simcall, smx_actor_t arg) {
278     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
279 }
280 static inline smx_actor_t simcall_process_restart__get__result(smx_simcall_t simcall){
281     return simgrid::simix::unmarshal<smx_actor_t>(simcall->result);
282 }
283 static inline void simcall_process_restart__set__result(smx_simcall_t simcall, smx_actor_t result){
284     simgrid::simix::marshal<smx_actor_t>(simcall->result, result);
285 }
286
287 static inline smx_mailbox_t simcall_comm_iprobe__get__mbox(smx_simcall_t simcall) {
288   return simgrid::simix::unmarshal<smx_mailbox_t>(simcall->args[0]);
289 }
290 static inline void simcall_comm_iprobe__set__mbox(smx_simcall_t simcall, smx_mailbox_t arg) {
291     simgrid::simix::marshal<smx_mailbox_t>(simcall->args[0], arg);
292 }
293 static inline int simcall_comm_iprobe__get__type(smx_simcall_t simcall) {
294   return simgrid::simix::unmarshal<int>(simcall->args[1]);
295 }
296 static inline void simcall_comm_iprobe__set__type(smx_simcall_t simcall, int arg) {
297     simgrid::simix::marshal<int>(simcall->args[1], arg);
298 }
299 static inline int simcall_comm_iprobe__get__src(smx_simcall_t simcall) {
300   return simgrid::simix::unmarshal<int>(simcall->args[2]);
301 }
302 static inline void simcall_comm_iprobe__set__src(smx_simcall_t simcall, int arg) {
303     simgrid::simix::marshal<int>(simcall->args[2], arg);
304 }
305 static inline int simcall_comm_iprobe__get__tag(smx_simcall_t simcall) {
306   return simgrid::simix::unmarshal<int>(simcall->args[3]);
307 }
308 static inline void simcall_comm_iprobe__set__tag(smx_simcall_t simcall, int arg) {
309     simgrid::simix::marshal<int>(simcall->args[3], arg);
310 }
311 static inline simix_match_func_t simcall_comm_iprobe__get__match_fun(smx_simcall_t simcall) {
312   return simgrid::simix::unmarshal<simix_match_func_t>(simcall->args[4]);
313 }
314 static inline void simcall_comm_iprobe__set__match_fun(smx_simcall_t simcall, simix_match_func_t arg) {
315     simgrid::simix::marshal<simix_match_func_t>(simcall->args[4], arg);
316 }
317 static inline void* simcall_comm_iprobe__get__data(smx_simcall_t simcall) {
318   return simgrid::simix::unmarshal<void*>(simcall->args[5]);
319 }
320 static inline void simcall_comm_iprobe__set__data(smx_simcall_t simcall, void* arg) {
321     simgrid::simix::marshal<void*>(simcall->args[5], arg);
322 }
323 static inline smx_activity_t simcall_comm_iprobe__get__result(smx_simcall_t simcall){
324     return simgrid::simix::unmarshal<smx_activity_t>(simcall->result);
325 }
326 static inline void simcall_comm_iprobe__set__result(smx_simcall_t simcall, smx_activity_t result){
327     simgrid::simix::marshal<smx_activity_t>(simcall->result, result);
328 }
329
330 static inline smx_actor_t simcall_comm_send__get__sender(smx_simcall_t simcall) {
331   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
332 }
333 static inline void simcall_comm_send__set__sender(smx_simcall_t simcall, smx_actor_t arg) {
334     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
335 }
336 static inline smx_mailbox_t simcall_comm_send__get__mbox(smx_simcall_t simcall) {
337   return simgrid::simix::unmarshal<smx_mailbox_t>(simcall->args[1]);
338 }
339 static inline void simcall_comm_send__set__mbox(smx_simcall_t simcall, smx_mailbox_t arg) {
340     simgrid::simix::marshal<smx_mailbox_t>(simcall->args[1], arg);
341 }
342 static inline double simcall_comm_send__get__task_size(smx_simcall_t simcall) {
343   return simgrid::simix::unmarshal<double>(simcall->args[2]);
344 }
345 static inline void simcall_comm_send__set__task_size(smx_simcall_t simcall, double arg) {
346     simgrid::simix::marshal<double>(simcall->args[2], arg);
347 }
348 static inline double simcall_comm_send__get__rate(smx_simcall_t simcall) {
349   return simgrid::simix::unmarshal<double>(simcall->args[3]);
350 }
351 static inline void simcall_comm_send__set__rate(smx_simcall_t simcall, double arg) {
352     simgrid::simix::marshal<double>(simcall->args[3], arg);
353 }
354 static inline void* simcall_comm_send__get__src_buff(smx_simcall_t simcall) {
355   return simgrid::simix::unmarshal<void*>(simcall->args[4]);
356 }
357 static inline void simcall_comm_send__set__src_buff(smx_simcall_t simcall, void* arg) {
358     simgrid::simix::marshal<void*>(simcall->args[4], arg);
359 }
360 static inline size_t simcall_comm_send__get__src_buff_size(smx_simcall_t simcall) {
361   return simgrid::simix::unmarshal<size_t>(simcall->args[5]);
362 }
363 static inline void simcall_comm_send__set__src_buff_size(smx_simcall_t simcall, size_t arg) {
364     simgrid::simix::marshal<size_t>(simcall->args[5], arg);
365 }
366 static inline simix_match_func_t simcall_comm_send__get__match_fun(smx_simcall_t simcall) {
367   return simgrid::simix::unmarshal<simix_match_func_t>(simcall->args[6]);
368 }
369 static inline void simcall_comm_send__set__match_fun(smx_simcall_t simcall, simix_match_func_t arg) {
370     simgrid::simix::marshal<simix_match_func_t>(simcall->args[6], arg);
371 }
372 static inline simix_copy_data_func_t simcall_comm_send__get__copy_data_fun(smx_simcall_t simcall) {
373   return simgrid::simix::unmarshal<simix_copy_data_func_t>(simcall->args[7]);
374 }
375 static inline void simcall_comm_send__set__copy_data_fun(smx_simcall_t simcall, simix_copy_data_func_t arg) {
376     simgrid::simix::marshal<simix_copy_data_func_t>(simcall->args[7], arg);
377 }
378 static inline void* simcall_comm_send__get__data(smx_simcall_t simcall) {
379   return simgrid::simix::unmarshal<void*>(simcall->args[8]);
380 }
381 static inline void simcall_comm_send__set__data(smx_simcall_t simcall, void* arg) {
382     simgrid::simix::marshal<void*>(simcall->args[8], arg);
383 }
384 static inline double simcall_comm_send__get__timeout(smx_simcall_t simcall) {
385   return simgrid::simix::unmarshal<double>(simcall->args[9]);
386 }
387 static inline void simcall_comm_send__set__timeout(smx_simcall_t simcall, double arg) {
388     simgrid::simix::marshal<double>(simcall->args[9], arg);
389 }
390
391 static inline smx_actor_t simcall_comm_isend__get__sender(smx_simcall_t simcall) {
392   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
393 }
394 static inline void simcall_comm_isend__set__sender(smx_simcall_t simcall, smx_actor_t arg) {
395     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
396 }
397 static inline smx_mailbox_t simcall_comm_isend__get__mbox(smx_simcall_t simcall) {
398   return simgrid::simix::unmarshal<smx_mailbox_t>(simcall->args[1]);
399 }
400 static inline void simcall_comm_isend__set__mbox(smx_simcall_t simcall, smx_mailbox_t arg) {
401     simgrid::simix::marshal<smx_mailbox_t>(simcall->args[1], arg);
402 }
403 static inline double simcall_comm_isend__get__task_size(smx_simcall_t simcall) {
404   return simgrid::simix::unmarshal<double>(simcall->args[2]);
405 }
406 static inline void simcall_comm_isend__set__task_size(smx_simcall_t simcall, double arg) {
407     simgrid::simix::marshal<double>(simcall->args[2], arg);
408 }
409 static inline double simcall_comm_isend__get__rate(smx_simcall_t simcall) {
410   return simgrid::simix::unmarshal<double>(simcall->args[3]);
411 }
412 static inline void simcall_comm_isend__set__rate(smx_simcall_t simcall, double arg) {
413     simgrid::simix::marshal<double>(simcall->args[3], arg);
414 }
415 static inline void* simcall_comm_isend__get__src_buff(smx_simcall_t simcall) {
416   return simgrid::simix::unmarshal<void*>(simcall->args[4]);
417 }
418 static inline void simcall_comm_isend__set__src_buff(smx_simcall_t simcall, void* arg) {
419     simgrid::simix::marshal<void*>(simcall->args[4], arg);
420 }
421 static inline size_t simcall_comm_isend__get__src_buff_size(smx_simcall_t simcall) {
422   return simgrid::simix::unmarshal<size_t>(simcall->args[5]);
423 }
424 static inline void simcall_comm_isend__set__src_buff_size(smx_simcall_t simcall, size_t arg) {
425     simgrid::simix::marshal<size_t>(simcall->args[5], arg);
426 }
427 static inline simix_match_func_t simcall_comm_isend__get__match_fun(smx_simcall_t simcall) {
428   return simgrid::simix::unmarshal<simix_match_func_t>(simcall->args[6]);
429 }
430 static inline void simcall_comm_isend__set__match_fun(smx_simcall_t simcall, simix_match_func_t arg) {
431     simgrid::simix::marshal<simix_match_func_t>(simcall->args[6], arg);
432 }
433 static inline simix_clean_func_t simcall_comm_isend__get__clean_fun(smx_simcall_t simcall) {
434   return simgrid::simix::unmarshal<simix_clean_func_t>(simcall->args[7]);
435 }
436 static inline void simcall_comm_isend__set__clean_fun(smx_simcall_t simcall, simix_clean_func_t arg) {
437     simgrid::simix::marshal<simix_clean_func_t>(simcall->args[7], arg);
438 }
439 static inline simix_copy_data_func_t simcall_comm_isend__get__copy_data_fun(smx_simcall_t simcall) {
440   return simgrid::simix::unmarshal<simix_copy_data_func_t>(simcall->args[8]);
441 }
442 static inline void simcall_comm_isend__set__copy_data_fun(smx_simcall_t simcall, simix_copy_data_func_t arg) {
443     simgrid::simix::marshal<simix_copy_data_func_t>(simcall->args[8], arg);
444 }
445 static inline void* simcall_comm_isend__get__data(smx_simcall_t simcall) {
446   return simgrid::simix::unmarshal<void*>(simcall->args[9]);
447 }
448 static inline void simcall_comm_isend__set__data(smx_simcall_t simcall, void* arg) {
449     simgrid::simix::marshal<void*>(simcall->args[9], arg);
450 }
451 static inline int simcall_comm_isend__get__detached(smx_simcall_t simcall) {
452   return simgrid::simix::unmarshal<int>(simcall->args[10]);
453 }
454 static inline void simcall_comm_isend__set__detached(smx_simcall_t simcall, int arg) {
455     simgrid::simix::marshal<int>(simcall->args[10], arg);
456 }
457 static inline smx_activity_t simcall_comm_isend__get__result(smx_simcall_t simcall){
458     return simgrid::simix::unmarshal<smx_activity_t>(simcall->result);
459 }
460 static inline void simcall_comm_isend__set__result(smx_simcall_t simcall, smx_activity_t result){
461     simgrid::simix::marshal<smx_activity_t>(simcall->result, result);
462 }
463
464 static inline smx_actor_t simcall_comm_recv__get__receiver(smx_simcall_t simcall) {
465   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
466 }
467 static inline void simcall_comm_recv__set__receiver(smx_simcall_t simcall, smx_actor_t arg) {
468     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
469 }
470 static inline smx_mailbox_t simcall_comm_recv__get__mbox(smx_simcall_t simcall) {
471   return simgrid::simix::unmarshal<smx_mailbox_t>(simcall->args[1]);
472 }
473 static inline void simcall_comm_recv__set__mbox(smx_simcall_t simcall, smx_mailbox_t arg) {
474     simgrid::simix::marshal<smx_mailbox_t>(simcall->args[1], arg);
475 }
476 static inline void* simcall_comm_recv__get__dst_buff(smx_simcall_t simcall) {
477   return simgrid::simix::unmarshal<void*>(simcall->args[2]);
478 }
479 static inline void simcall_comm_recv__set__dst_buff(smx_simcall_t simcall, void* arg) {
480     simgrid::simix::marshal<void*>(simcall->args[2], arg);
481 }
482 static inline size_t* simcall_comm_recv__get__dst_buff_size(smx_simcall_t simcall) {
483   return simgrid::simix::unmarshal<size_t*>(simcall->args[3]);
484 }
485 static inline void simcall_comm_recv__set__dst_buff_size(smx_simcall_t simcall, size_t* arg) {
486     simgrid::simix::marshal<size_t*>(simcall->args[3], arg);
487 }
488 static inline simix_match_func_t simcall_comm_recv__get__match_fun(smx_simcall_t simcall) {
489   return simgrid::simix::unmarshal<simix_match_func_t>(simcall->args[4]);
490 }
491 static inline void simcall_comm_recv__set__match_fun(smx_simcall_t simcall, simix_match_func_t arg) {
492     simgrid::simix::marshal<simix_match_func_t>(simcall->args[4], arg);
493 }
494 static inline simix_copy_data_func_t simcall_comm_recv__get__copy_data_fun(smx_simcall_t simcall) {
495   return simgrid::simix::unmarshal<simix_copy_data_func_t>(simcall->args[5]);
496 }
497 static inline void simcall_comm_recv__set__copy_data_fun(smx_simcall_t simcall, simix_copy_data_func_t arg) {
498     simgrid::simix::marshal<simix_copy_data_func_t>(simcall->args[5], arg);
499 }
500 static inline void* simcall_comm_recv__get__data(smx_simcall_t simcall) {
501   return simgrid::simix::unmarshal<void*>(simcall->args[6]);
502 }
503 static inline void simcall_comm_recv__set__data(smx_simcall_t simcall, void* arg) {
504     simgrid::simix::marshal<void*>(simcall->args[6], arg);
505 }
506 static inline double simcall_comm_recv__get__timeout(smx_simcall_t simcall) {
507   return simgrid::simix::unmarshal<double>(simcall->args[7]);
508 }
509 static inline void simcall_comm_recv__set__timeout(smx_simcall_t simcall, double arg) {
510     simgrid::simix::marshal<double>(simcall->args[7], arg);
511 }
512 static inline double simcall_comm_recv__get__rate(smx_simcall_t simcall) {
513   return simgrid::simix::unmarshal<double>(simcall->args[8]);
514 }
515 static inline void simcall_comm_recv__set__rate(smx_simcall_t simcall, double arg) {
516     simgrid::simix::marshal<double>(simcall->args[8], arg);
517 }
518
519 static inline smx_actor_t simcall_comm_irecv__get__receiver(smx_simcall_t simcall) {
520   return simgrid::simix::unmarshal<smx_actor_t>(simcall->args[0]);
521 }
522 static inline void simcall_comm_irecv__set__receiver(smx_simcall_t simcall, smx_actor_t arg) {
523     simgrid::simix::marshal<smx_actor_t>(simcall->args[0], arg);
524 }
525 static inline smx_mailbox_t simcall_comm_irecv__get__mbox(smx_simcall_t simcall) {
526   return simgrid::simix::unmarshal<smx_mailbox_t>(simcall->args[1]);
527 }
528 static inline void simcall_comm_irecv__set__mbox(smx_simcall_t simcall, smx_mailbox_t arg) {
529     simgrid::simix::marshal<smx_mailbox_t>(simcall->args[1], arg);
530 }
531 static inline void* simcall_comm_irecv__get__dst_buff(smx_simcall_t simcall) {
532   return simgrid::simix::unmarshal<void*>(simcall->args[2]);
533 }
534 static inline void simcall_comm_irecv__set__dst_buff(smx_simcall_t simcall, void* arg) {
535     simgrid::simix::marshal<void*>(simcall->args[2], arg);
536 }
537 static inline size_t* simcall_comm_irecv__get__dst_buff_size(smx_simcall_t simcall) {
538   return simgrid::simix::unmarshal<size_t*>(simcall->args[3]);
539 }
540 static inline void simcall_comm_irecv__set__dst_buff_size(smx_simcall_t simcall, size_t* arg) {
541     simgrid::simix::marshal<size_t*>(simcall->args[3], arg);
542 }
543 static inline simix_match_func_t simcall_comm_irecv__get__match_fun(smx_simcall_t simcall) {
544   return simgrid::simix::unmarshal<simix_match_func_t>(simcall->args[4]);
545 }
546 static inline void simcall_comm_irecv__set__match_fun(smx_simcall_t simcall, simix_match_func_t arg) {
547     simgrid::simix::marshal<simix_match_func_t>(simcall->args[4], arg);
548 }
549 static inline simix_copy_data_func_t simcall_comm_irecv__get__copy_data_fun(smx_simcall_t simcall) {
550   return simgrid::simix::unmarshal<simix_copy_data_func_t>(simcall->args[5]);
551 }
552 static inline void simcall_comm_irecv__set__copy_data_fun(smx_simcall_t simcall, simix_copy_data_func_t arg) {
553     simgrid::simix::marshal<simix_copy_data_func_t>(simcall->args[5], arg);
554 }
555 static inline void* simcall_comm_irecv__get__data(smx_simcall_t simcall) {
556   return simgrid::simix::unmarshal<void*>(simcall->args[6]);
557 }
558 static inline void simcall_comm_irecv__set__data(smx_simcall_t simcall, void* arg) {
559     simgrid::simix::marshal<void*>(simcall->args[6], arg);
560 }
561 static inline double simcall_comm_irecv__get__rate(smx_simcall_t simcall) {
562   return simgrid::simix::unmarshal<double>(simcall->args[7]);
563 }
564 static inline void simcall_comm_irecv__set__rate(smx_simcall_t simcall, double arg) {
565     simgrid::simix::marshal<double>(simcall->args[7], arg);
566 }
567 static inline smx_activity_t simcall_comm_irecv__get__result(smx_simcall_t simcall){
568     return simgrid::simix::unmarshal<smx_activity_t>(simcall->result);
569 }
570 static inline void simcall_comm_irecv__set__result(smx_simcall_t simcall, smx_activity_t result){
571     simgrid::simix::marshal<smx_activity_t>(simcall->result, result);
572 }
573
574 static inline xbt_dynar_t simcall_comm_waitany__get__comms(smx_simcall_t simcall) {
575   return simgrid::simix::unmarshal<xbt_dynar_t>(simcall->args[0]);
576 }
577 static inline void simcall_comm_waitany__set__comms(smx_simcall_t simcall, xbt_dynar_t arg) {
578     simgrid::simix::marshal<xbt_dynar_t>(simcall->args[0], arg);
579 }
580 static inline double simcall_comm_waitany__get__timeout(smx_simcall_t simcall) {
581   return simgrid::simix::unmarshal<double>(simcall->args[1]);
582 }
583 static inline void simcall_comm_waitany__set__timeout(smx_simcall_t simcall, double arg) {
584     simgrid::simix::marshal<double>(simcall->args[1], arg);
585 }
586 static inline int simcall_comm_waitany__get__result(smx_simcall_t simcall){
587     return simgrid::simix::unmarshal<int>(simcall->result);
588 }
589 static inline void simcall_comm_waitany__set__result(smx_simcall_t simcall, int result){
590     simgrid::simix::marshal<int>(simcall->result, result);
591 }
592
593 static inline smx_activity_t simcall_comm_wait__get__comm(smx_simcall_t simcall) {
594   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
595 }
596 static inline void simcall_comm_wait__set__comm(smx_simcall_t simcall, smx_activity_t arg) {
597     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
598 }
599 static inline double simcall_comm_wait__get__timeout(smx_simcall_t simcall) {
600   return simgrid::simix::unmarshal<double>(simcall->args[1]);
601 }
602 static inline void simcall_comm_wait__set__timeout(smx_simcall_t simcall, double arg) {
603     simgrid::simix::marshal<double>(simcall->args[1], arg);
604 }
605
606 static inline smx_activity_t simcall_comm_test__get__comm(smx_simcall_t simcall) {
607   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
608 }
609 static inline void simcall_comm_test__set__comm(smx_simcall_t simcall, smx_activity_t arg) {
610     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
611 }
612 static inline int simcall_comm_test__get__result(smx_simcall_t simcall){
613     return simgrid::simix::unmarshal<int>(simcall->result);
614 }
615 static inline void simcall_comm_test__set__result(smx_simcall_t simcall, int result){
616     simgrid::simix::marshal<int>(simcall->result, result);
617 }
618
619 static inline smx_activity_t* simcall_comm_testany__get__comms(smx_simcall_t simcall) {
620   return simgrid::simix::unmarshal<smx_activity_t*>(simcall->args[0]);
621 }
622 static inline void simcall_comm_testany__set__comms(smx_simcall_t simcall, smx_activity_t* arg) {
623     simgrid::simix::marshal<smx_activity_t*>(simcall->args[0], arg);
624 }
625 static inline size_t simcall_comm_testany__get__count(smx_simcall_t simcall) {
626   return simgrid::simix::unmarshal<size_t>(simcall->args[1]);
627 }
628 static inline void simcall_comm_testany__set__count(smx_simcall_t simcall, size_t arg) {
629     simgrid::simix::marshal<size_t>(simcall->args[1], arg);
630 }
631 static inline int simcall_comm_testany__get__result(smx_simcall_t simcall){
632     return simgrid::simix::unmarshal<int>(simcall->result);
633 }
634 static inline void simcall_comm_testany__set__result(smx_simcall_t simcall, int result){
635     simgrid::simix::marshal<int>(simcall->result, result);
636 }
637
638 static inline smx_mutex_t simcall_mutex_init__get__result(smx_simcall_t simcall){
639     return simgrid::simix::unmarshal<smx_mutex_t>(simcall->result);
640 }
641 static inline void simcall_mutex_init__set__result(smx_simcall_t simcall, smx_mutex_t result){
642     simgrid::simix::marshal<smx_mutex_t>(simcall->result, result);
643 }
644
645 static inline smx_mutex_t simcall_mutex_lock__get__mutex(smx_simcall_t simcall) {
646   return simgrid::simix::unmarshal<smx_mutex_t>(simcall->args[0]);
647 }
648 static inline void simcall_mutex_lock__set__mutex(smx_simcall_t simcall, smx_mutex_t arg) {
649     simgrid::simix::marshal<smx_mutex_t>(simcall->args[0], arg);
650 }
651
652 static inline smx_mutex_t simcall_mutex_trylock__get__mutex(smx_simcall_t simcall) {
653   return simgrid::simix::unmarshal<smx_mutex_t>(simcall->args[0]);
654 }
655 static inline void simcall_mutex_trylock__set__mutex(smx_simcall_t simcall, smx_mutex_t arg) {
656     simgrid::simix::marshal<smx_mutex_t>(simcall->args[0], arg);
657 }
658 static inline int simcall_mutex_trylock__get__result(smx_simcall_t simcall){
659     return simgrid::simix::unmarshal<int>(simcall->result);
660 }
661 static inline void simcall_mutex_trylock__set__result(smx_simcall_t simcall, int result){
662     simgrid::simix::marshal<int>(simcall->result, result);
663 }
664
665 static inline smx_mutex_t simcall_mutex_unlock__get__mutex(smx_simcall_t simcall) {
666   return simgrid::simix::unmarshal<smx_mutex_t>(simcall->args[0]);
667 }
668 static inline void simcall_mutex_unlock__set__mutex(smx_simcall_t simcall, smx_mutex_t arg) {
669     simgrid::simix::marshal<smx_mutex_t>(simcall->args[0], arg);
670 }
671
672 static inline smx_cond_t simcall_cond_init__get__result(smx_simcall_t simcall){
673     return simgrid::simix::unmarshal<smx_cond_t>(simcall->result);
674 }
675 static inline void simcall_cond_init__set__result(smx_simcall_t simcall, smx_cond_t result){
676     simgrid::simix::marshal<smx_cond_t>(simcall->result, result);
677 }
678
679 static inline smx_cond_t simcall_cond_signal__get__cond(smx_simcall_t simcall) {
680   return simgrid::simix::unmarshal<smx_cond_t>(simcall->args[0]);
681 }
682 static inline void simcall_cond_signal__set__cond(smx_simcall_t simcall, smx_cond_t arg) {
683     simgrid::simix::marshal<smx_cond_t>(simcall->args[0], arg);
684 }
685
686 static inline smx_cond_t simcall_cond_wait__get__cond(smx_simcall_t simcall) {
687   return simgrid::simix::unmarshal<smx_cond_t>(simcall->args[0]);
688 }
689 static inline void simcall_cond_wait__set__cond(smx_simcall_t simcall, smx_cond_t arg) {
690     simgrid::simix::marshal<smx_cond_t>(simcall->args[0], arg);
691 }
692 static inline smx_mutex_t simcall_cond_wait__get__mutex(smx_simcall_t simcall) {
693   return simgrid::simix::unmarshal<smx_mutex_t>(simcall->args[1]);
694 }
695 static inline void simcall_cond_wait__set__mutex(smx_simcall_t simcall, smx_mutex_t arg) {
696     simgrid::simix::marshal<smx_mutex_t>(simcall->args[1], arg);
697 }
698
699 static inline smx_cond_t simcall_cond_wait_timeout__get__cond(smx_simcall_t simcall) {
700   return simgrid::simix::unmarshal<smx_cond_t>(simcall->args[0]);
701 }
702 static inline void simcall_cond_wait_timeout__set__cond(smx_simcall_t simcall, smx_cond_t arg) {
703     simgrid::simix::marshal<smx_cond_t>(simcall->args[0], arg);
704 }
705 static inline smx_mutex_t simcall_cond_wait_timeout__get__mutex(smx_simcall_t simcall) {
706   return simgrid::simix::unmarshal<smx_mutex_t>(simcall->args[1]);
707 }
708 static inline void simcall_cond_wait_timeout__set__mutex(smx_simcall_t simcall, smx_mutex_t arg) {
709     simgrid::simix::marshal<smx_mutex_t>(simcall->args[1], arg);
710 }
711 static inline double simcall_cond_wait_timeout__get__timeout(smx_simcall_t simcall) {
712   return simgrid::simix::unmarshal<double>(simcall->args[2]);
713 }
714 static inline void simcall_cond_wait_timeout__set__timeout(smx_simcall_t simcall, double arg) {
715     simgrid::simix::marshal<double>(simcall->args[2], arg);
716 }
717
718 static inline smx_cond_t simcall_cond_broadcast__get__cond(smx_simcall_t simcall) {
719   return simgrid::simix::unmarshal<smx_cond_t>(simcall->args[0]);
720 }
721 static inline void simcall_cond_broadcast__set__cond(smx_simcall_t simcall, smx_cond_t arg) {
722     simgrid::simix::marshal<smx_cond_t>(simcall->args[0], arg);
723 }
724
725 static inline unsigned int simcall_sem_init__get__capacity(smx_simcall_t simcall) {
726   return simgrid::simix::unmarshal<unsigned int>(simcall->args[0]);
727 }
728 static inline void simcall_sem_init__set__capacity(smx_simcall_t simcall, unsigned int arg) {
729     simgrid::simix::marshal<unsigned int>(simcall->args[0], arg);
730 }
731 static inline smx_sem_t simcall_sem_init__get__result(smx_simcall_t simcall){
732     return simgrid::simix::unmarshal<smx_sem_t>(simcall->result);
733 }
734 static inline void simcall_sem_init__set__result(smx_simcall_t simcall, smx_sem_t result){
735     simgrid::simix::marshal<smx_sem_t>(simcall->result, result);
736 }
737
738 static inline smx_sem_t simcall_sem_release__get__sem(smx_simcall_t simcall) {
739   return simgrid::simix::unmarshal<smx_sem_t>(simcall->args[0]);
740 }
741 static inline void simcall_sem_release__set__sem(smx_simcall_t simcall, smx_sem_t arg) {
742     simgrid::simix::marshal<smx_sem_t>(simcall->args[0], arg);
743 }
744
745 static inline smx_sem_t simcall_sem_would_block__get__sem(smx_simcall_t simcall) {
746   return simgrid::simix::unmarshal<smx_sem_t>(simcall->args[0]);
747 }
748 static inline void simcall_sem_would_block__set__sem(smx_simcall_t simcall, smx_sem_t arg) {
749     simgrid::simix::marshal<smx_sem_t>(simcall->args[0], arg);
750 }
751 static inline int simcall_sem_would_block__get__result(smx_simcall_t simcall){
752     return simgrid::simix::unmarshal<int>(simcall->result);
753 }
754 static inline void simcall_sem_would_block__set__result(smx_simcall_t simcall, int result){
755     simgrid::simix::marshal<int>(simcall->result, result);
756 }
757
758 static inline smx_sem_t simcall_sem_acquire__get__sem(smx_simcall_t simcall) {
759   return simgrid::simix::unmarshal<smx_sem_t>(simcall->args[0]);
760 }
761 static inline void simcall_sem_acquire__set__sem(smx_simcall_t simcall, smx_sem_t arg) {
762     simgrid::simix::marshal<smx_sem_t>(simcall->args[0], arg);
763 }
764
765 static inline smx_sem_t simcall_sem_acquire_timeout__get__sem(smx_simcall_t simcall) {
766   return simgrid::simix::unmarshal<smx_sem_t>(simcall->args[0]);
767 }
768 static inline void simcall_sem_acquire_timeout__set__sem(smx_simcall_t simcall, smx_sem_t arg) {
769     simgrid::simix::marshal<smx_sem_t>(simcall->args[0], arg);
770 }
771 static inline double simcall_sem_acquire_timeout__get__timeout(smx_simcall_t simcall) {
772   return simgrid::simix::unmarshal<double>(simcall->args[1]);
773 }
774 static inline void simcall_sem_acquire_timeout__set__timeout(smx_simcall_t simcall, double arg) {
775     simgrid::simix::marshal<double>(simcall->args[1], arg);
776 }
777
778 static inline smx_sem_t simcall_sem_get_capacity__get__sem(smx_simcall_t simcall) {
779   return simgrid::simix::unmarshal<smx_sem_t>(simcall->args[0]);
780 }
781 static inline void simcall_sem_get_capacity__set__sem(smx_simcall_t simcall, smx_sem_t arg) {
782     simgrid::simix::marshal<smx_sem_t>(simcall->args[0], arg);
783 }
784 static inline int simcall_sem_get_capacity__get__result(smx_simcall_t simcall){
785     return simgrid::simix::unmarshal<int>(simcall->result);
786 }
787 static inline void simcall_sem_get_capacity__set__result(smx_simcall_t simcall, int result){
788     simgrid::simix::marshal<int>(simcall->result, result);
789 }
790
791 static inline smx_file_t simcall_file_read__get__fd(smx_simcall_t simcall) {
792   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
793 }
794 static inline void simcall_file_read__set__fd(smx_simcall_t simcall, smx_file_t arg) {
795     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
796 }
797 static inline sg_size_t simcall_file_read__get__size(smx_simcall_t simcall) {
798   return simgrid::simix::unmarshal<sg_size_t>(simcall->args[1]);
799 }
800 static inline void simcall_file_read__set__size(smx_simcall_t simcall, sg_size_t arg) {
801     simgrid::simix::marshal<sg_size_t>(simcall->args[1], arg);
802 }
803 static inline sg_host_t simcall_file_read__get__host(smx_simcall_t simcall) {
804   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[2]);
805 }
806 static inline void simcall_file_read__set__host(smx_simcall_t simcall, sg_host_t arg) {
807     simgrid::simix::marshal<sg_host_t>(simcall->args[2], arg);
808 }
809 static inline sg_size_t simcall_file_read__get__result(smx_simcall_t simcall){
810     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
811 }
812 static inline void simcall_file_read__set__result(smx_simcall_t simcall, sg_size_t result){
813     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
814 }
815
816 static inline smx_file_t simcall_file_write__get__fd(smx_simcall_t simcall) {
817   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
818 }
819 static inline void simcall_file_write__set__fd(smx_simcall_t simcall, smx_file_t arg) {
820     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
821 }
822 static inline sg_size_t simcall_file_write__get__size(smx_simcall_t simcall) {
823   return simgrid::simix::unmarshal<sg_size_t>(simcall->args[1]);
824 }
825 static inline void simcall_file_write__set__size(smx_simcall_t simcall, sg_size_t arg) {
826     simgrid::simix::marshal<sg_size_t>(simcall->args[1], arg);
827 }
828 static inline sg_host_t simcall_file_write__get__host(smx_simcall_t simcall) {
829   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[2]);
830 }
831 static inline void simcall_file_write__set__host(smx_simcall_t simcall, sg_host_t arg) {
832     simgrid::simix::marshal<sg_host_t>(simcall->args[2], arg);
833 }
834 static inline sg_size_t simcall_file_write__get__result(smx_simcall_t simcall){
835     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
836 }
837 static inline void simcall_file_write__set__result(smx_simcall_t simcall, sg_size_t result){
838     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
839 }
840
841 static inline const char* simcall_file_open__get__fullpath(smx_simcall_t simcall) {
842   return simgrid::simix::unmarshal<const char*>(simcall->args[0]);
843 }
844 static inline void simcall_file_open__set__fullpath(smx_simcall_t simcall, const char* arg) {
845     simgrid::simix::marshal<const char*>(simcall->args[0], arg);
846 }
847 static inline sg_host_t simcall_file_open__get__host(smx_simcall_t simcall) {
848   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[1]);
849 }
850 static inline void simcall_file_open__set__host(smx_simcall_t simcall, sg_host_t arg) {
851     simgrid::simix::marshal<sg_host_t>(simcall->args[1], arg);
852 }
853 static inline smx_file_t simcall_file_open__get__result(smx_simcall_t simcall){
854     return simgrid::simix::unmarshal<smx_file_t>(simcall->result);
855 }
856 static inline void simcall_file_open__set__result(smx_simcall_t simcall, smx_file_t result){
857     simgrid::simix::marshal<smx_file_t>(simcall->result, result);
858 }
859
860 static inline smx_file_t simcall_file_close__get__fd(smx_simcall_t simcall) {
861   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
862 }
863 static inline void simcall_file_close__set__fd(smx_simcall_t simcall, smx_file_t arg) {
864     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
865 }
866 static inline sg_host_t simcall_file_close__get__host(smx_simcall_t simcall) {
867   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[1]);
868 }
869 static inline void simcall_file_close__set__host(smx_simcall_t simcall, sg_host_t arg) {
870     simgrid::simix::marshal<sg_host_t>(simcall->args[1], arg);
871 }
872 static inline int simcall_file_close__get__result(smx_simcall_t simcall){
873     return simgrid::simix::unmarshal<int>(simcall->result);
874 }
875 static inline void simcall_file_close__set__result(smx_simcall_t simcall, int result){
876     simgrid::simix::marshal<int>(simcall->result, result);
877 }
878
879 static inline smx_file_t simcall_file_unlink__get__fd(smx_simcall_t simcall) {
880   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
881 }
882 static inline void simcall_file_unlink__set__fd(smx_simcall_t simcall, smx_file_t arg) {
883     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
884 }
885 static inline sg_host_t simcall_file_unlink__get__host(smx_simcall_t simcall) {
886   return simgrid::simix::unmarshal<sg_host_t>(simcall->args[1]);
887 }
888 static inline void simcall_file_unlink__set__host(smx_simcall_t simcall, sg_host_t arg) {
889     simgrid::simix::marshal<sg_host_t>(simcall->args[1], arg);
890 }
891 static inline int simcall_file_unlink__get__result(smx_simcall_t simcall){
892     return simgrid::simix::unmarshal<int>(simcall->result);
893 }
894 static inline void simcall_file_unlink__set__result(smx_simcall_t simcall, int result){
895     simgrid::simix::marshal<int>(simcall->result, result);
896 }
897
898 static inline smx_file_t simcall_file_get_size__get__fd(smx_simcall_t simcall) {
899   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
900 }
901 static inline void simcall_file_get_size__set__fd(smx_simcall_t simcall, smx_file_t arg) {
902     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
903 }
904 static inline sg_size_t simcall_file_get_size__get__result(smx_simcall_t simcall){
905     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
906 }
907 static inline void simcall_file_get_size__set__result(smx_simcall_t simcall, sg_size_t result){
908     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
909 }
910
911 static inline smx_file_t simcall_file_tell__get__fd(smx_simcall_t simcall) {
912   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
913 }
914 static inline void simcall_file_tell__set__fd(smx_simcall_t simcall, smx_file_t arg) {
915     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
916 }
917 static inline sg_size_t simcall_file_tell__get__result(smx_simcall_t simcall){
918     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
919 }
920 static inline void simcall_file_tell__set__result(smx_simcall_t simcall, sg_size_t result){
921     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
922 }
923
924 static inline smx_file_t simcall_file_seek__get__fd(smx_simcall_t simcall) {
925   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
926 }
927 static inline void simcall_file_seek__set__fd(smx_simcall_t simcall, smx_file_t arg) {
928     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
929 }
930 static inline sg_offset_t simcall_file_seek__get__offset(smx_simcall_t simcall) {
931   return simgrid::simix::unmarshal<sg_offset_t>(simcall->args[1]);
932 }
933 static inline void simcall_file_seek__set__offset(smx_simcall_t simcall, sg_offset_t arg) {
934     simgrid::simix::marshal<sg_offset_t>(simcall->args[1], arg);
935 }
936 static inline int simcall_file_seek__get__origin(smx_simcall_t simcall) {
937   return simgrid::simix::unmarshal<int>(simcall->args[2]);
938 }
939 static inline void simcall_file_seek__set__origin(smx_simcall_t simcall, int arg) {
940     simgrid::simix::marshal<int>(simcall->args[2], arg);
941 }
942 static inline int simcall_file_seek__get__result(smx_simcall_t simcall){
943     return simgrid::simix::unmarshal<int>(simcall->result);
944 }
945 static inline void simcall_file_seek__set__result(smx_simcall_t simcall, int result){
946     simgrid::simix::marshal<int>(simcall->result, result);
947 }
948
949 static inline smx_file_t simcall_file_get_info__get__fd(smx_simcall_t simcall) {
950   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
951 }
952 static inline void simcall_file_get_info__set__fd(smx_simcall_t simcall, smx_file_t arg) {
953     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
954 }
955 static inline xbt_dynar_t simcall_file_get_info__get__result(smx_simcall_t simcall){
956     return simgrid::simix::unmarshal<xbt_dynar_t>(simcall->result);
957 }
958 static inline void simcall_file_get_info__set__result(smx_simcall_t simcall, xbt_dynar_t result){
959     simgrid::simix::marshal<xbt_dynar_t>(simcall->result, result);
960 }
961
962 static inline smx_file_t simcall_file_move__get__fd(smx_simcall_t simcall) {
963   return simgrid::simix::unmarshal<smx_file_t>(simcall->args[0]);
964 }
965 static inline void simcall_file_move__set__fd(smx_simcall_t simcall, smx_file_t arg) {
966     simgrid::simix::marshal<smx_file_t>(simcall->args[0], arg);
967 }
968 static inline const char* simcall_file_move__get__fullpath(smx_simcall_t simcall) {
969   return simgrid::simix::unmarshal<const char*>(simcall->args[1]);
970 }
971 static inline void simcall_file_move__set__fullpath(smx_simcall_t simcall, const char* arg) {
972     simgrid::simix::marshal<const char*>(simcall->args[1], arg);
973 }
974 static inline int simcall_file_move__get__result(smx_simcall_t simcall){
975     return simgrid::simix::unmarshal<int>(simcall->result);
976 }
977 static inline void simcall_file_move__set__result(smx_simcall_t simcall, int result){
978     simgrid::simix::marshal<int>(simcall->result, result);
979 }
980
981 static inline smx_storage_t simcall_storage_get_free_size__get__storage(smx_simcall_t simcall) {
982   return simgrid::simix::unmarshal<smx_storage_t>(simcall->args[0]);
983 }
984 static inline void simcall_storage_get_free_size__set__storage(smx_simcall_t simcall, smx_storage_t arg) {
985     simgrid::simix::marshal<smx_storage_t>(simcall->args[0], arg);
986 }
987 static inline sg_size_t simcall_storage_get_free_size__get__result(smx_simcall_t simcall){
988     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
989 }
990 static inline void simcall_storage_get_free_size__set__result(smx_simcall_t simcall, sg_size_t result){
991     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
992 }
993
994 static inline smx_storage_t simcall_storage_get_used_size__get__name(smx_simcall_t simcall) {
995   return simgrid::simix::unmarshal<smx_storage_t>(simcall->args[0]);
996 }
997 static inline void simcall_storage_get_used_size__set__name(smx_simcall_t simcall, smx_storage_t arg) {
998     simgrid::simix::marshal<smx_storage_t>(simcall->args[0], arg);
999 }
1000 static inline sg_size_t simcall_storage_get_used_size__get__result(smx_simcall_t simcall){
1001     return simgrid::simix::unmarshal<sg_size_t>(simcall->result);
1002 }
1003 static inline void simcall_storage_get_used_size__set__result(smx_simcall_t simcall, sg_size_t result){
1004     simgrid::simix::marshal<sg_size_t>(simcall->result, result);
1005 }
1006
1007 static inline smx_storage_t simcall_storage_get_properties__get__storage(smx_simcall_t simcall) {
1008   return simgrid::simix::unmarshal<smx_storage_t>(simcall->args[0]);
1009 }
1010 static inline void simcall_storage_get_properties__set__storage(smx_simcall_t simcall, smx_storage_t arg) {
1011     simgrid::simix::marshal<smx_storage_t>(simcall->args[0], arg);
1012 }
1013 static inline xbt_dict_t simcall_storage_get_properties__get__result(smx_simcall_t simcall){
1014     return simgrid::simix::unmarshal<xbt_dict_t>(simcall->result);
1015 }
1016 static inline void simcall_storage_get_properties__set__result(smx_simcall_t simcall, xbt_dict_t result){
1017     simgrid::simix::marshal<xbt_dict_t>(simcall->result, result);
1018 }
1019
1020 static inline smx_storage_t simcall_storage_get_content__get__storage(smx_simcall_t simcall) {
1021   return simgrid::simix::unmarshal<smx_storage_t>(simcall->args[0]);
1022 }
1023 static inline void simcall_storage_get_content__set__storage(smx_simcall_t simcall, smx_storage_t arg) {
1024     simgrid::simix::marshal<smx_storage_t>(simcall->args[0], arg);
1025 }
1026 static inline xbt_dict_t simcall_storage_get_content__get__result(smx_simcall_t simcall){
1027     return simgrid::simix::unmarshal<xbt_dict_t>(simcall->result);
1028 }
1029 static inline void simcall_storage_get_content__set__result(smx_simcall_t simcall, xbt_dict_t result){
1030     simgrid::simix::marshal<xbt_dict_t>(simcall->result, result);
1031 }
1032
1033 static inline int simcall_mc_random__get__min(smx_simcall_t simcall) {
1034   return simgrid::simix::unmarshal<int>(simcall->args[0]);
1035 }
1036 static inline void simcall_mc_random__set__min(smx_simcall_t simcall, int arg) {
1037     simgrid::simix::marshal<int>(simcall->args[0], arg);
1038 }
1039 static inline int simcall_mc_random__get__max(smx_simcall_t simcall) {
1040   return simgrid::simix::unmarshal<int>(simcall->args[1]);
1041 }
1042 static inline void simcall_mc_random__set__max(smx_simcall_t simcall, int arg) {
1043     simgrid::simix::marshal<int>(simcall->args[1], arg);
1044 }
1045 static inline int simcall_mc_random__get__result(smx_simcall_t simcall){
1046     return simgrid::simix::unmarshal<int>(simcall->result);
1047 }
1048 static inline void simcall_mc_random__set__result(smx_simcall_t simcall, int result){
1049     simgrid::simix::marshal<int>(simcall->result, result);
1050 }
1051
1052 static inline smx_activity_t simcall_set_category__get__synchro(smx_simcall_t simcall) {
1053   return simgrid::simix::unmarshal<smx_activity_t>(simcall->args[0]);
1054 }
1055 static inline void simcall_set_category__set__synchro(smx_simcall_t simcall, smx_activity_t arg) {
1056     simgrid::simix::marshal<smx_activity_t>(simcall->args[0], arg);
1057 }
1058 static inline const char* simcall_set_category__get__category(smx_simcall_t simcall) {
1059   return simgrid::simix::unmarshal<const char*>(simcall->args[1]);
1060 }
1061 static inline void simcall_set_category__set__category(smx_simcall_t simcall, const char* arg) {
1062     simgrid::simix::marshal<const char*>(simcall->args[1], arg);
1063 }
1064
1065 static inline std::function<void()> const* simcall_run_kernel__get__code(smx_simcall_t simcall) {
1066   return simgrid::simix::unmarshal<std::function<void()> const*>(simcall->args[0]);
1067 }
1068 static inline void simcall_run_kernel__set__code(smx_simcall_t simcall, std::function<void()> const* arg) {
1069     simgrid::simix::marshal<std::function<void()> const*>(simcall->args[0], arg);
1070 }
1071
1072 static inline std::function<void()> const* simcall_run_blocking__get__code(smx_simcall_t simcall) {
1073   return simgrid::simix::unmarshal<std::function<void()> const*>(simcall->args[0]);
1074 }
1075 static inline void simcall_run_blocking__set__code(smx_simcall_t simcall, std::function<void()> const* arg) {
1076     simgrid::simix::marshal<std::function<void()> const*>(simcall->args[0], arg);
1077 }
1078
1079 /* The prototype of all simcall handlers, automatically generated for you */
1080
1081 XBT_PRIVATE void simcall_HANDLER_process_kill(smx_simcall_t simcall, smx_actor_t process);
1082 XBT_PRIVATE void simcall_HANDLER_process_killall(smx_simcall_t simcall, int reset_pid);
1083 XBT_PRIVATE void simcall_HANDLER_process_suspend(smx_simcall_t simcall, smx_actor_t process);
1084 XBT_PRIVATE void simcall_HANDLER_process_set_host(smx_simcall_t simcall, smx_actor_t process, sg_host_t dest);
1085 XBT_PRIVATE void simcall_HANDLER_process_join(smx_simcall_t simcall, smx_actor_t process, double timeout);
1086 XBT_PRIVATE void simcall_HANDLER_process_sleep(smx_simcall_t simcall, double duration);
1087 XBT_PRIVATE smx_activity_t simcall_HANDLER_execution_start(smx_simcall_t simcall, const char* name, double flops_amount, double priority, double bound);
1088 XBT_PRIVATE void simcall_HANDLER_execution_wait(smx_simcall_t simcall, smx_activity_t execution);
1089 XBT_PRIVATE smx_actor_t simcall_HANDLER_process_restart(smx_simcall_t simcall, smx_actor_t process);
1090 XBT_PRIVATE smx_activity_t simcall_HANDLER_comm_iprobe(smx_simcall_t simcall, smx_mailbox_t mbox, int type, int src, int tag, simix_match_func_t match_fun, void* data);
1091 XBT_PRIVATE void simcall_HANDLER_comm_send(smx_simcall_t simcall, smx_actor_t sender, smx_mailbox_t mbox, double task_size, double rate, void* src_buff, size_t src_buff_size, simix_match_func_t match_fun, simix_copy_data_func_t copy_data_fun, void* data, double timeout);
1092 XBT_PRIVATE smx_activity_t simcall_HANDLER_comm_isend(smx_simcall_t simcall, smx_actor_t sender, smx_mailbox_t mbox, double task_size, double rate, void* src_buff, size_t src_buff_size, simix_match_func_t match_fun, simix_clean_func_t clean_fun, simix_copy_data_func_t copy_data_fun, void* data, int detached);
1093 XBT_PRIVATE void simcall_HANDLER_comm_recv(smx_simcall_t simcall, smx_actor_t receiver, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size, simix_match_func_t match_fun, simix_copy_data_func_t copy_data_fun, void* data, double timeout, double rate);
1094 XBT_PRIVATE smx_activity_t simcall_HANDLER_comm_irecv(smx_simcall_t simcall, smx_actor_t receiver, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size, simix_match_func_t match_fun, simix_copy_data_func_t copy_data_fun, void* data, double rate);
1095 XBT_PRIVATE void simcall_HANDLER_comm_waitany(smx_simcall_t simcall, xbt_dynar_t comms, double timeout);
1096 XBT_PRIVATE void simcall_HANDLER_comm_wait(smx_simcall_t simcall, smx_activity_t comm, double timeout);
1097 XBT_PRIVATE void simcall_HANDLER_comm_test(smx_simcall_t simcall, smx_activity_t comm);
1098 XBT_PRIVATE void simcall_HANDLER_comm_testany(smx_simcall_t simcall, smx_activity_t* comms, size_t count);
1099 XBT_PRIVATE smx_mutex_t simcall_HANDLER_mutex_init(smx_simcall_t simcall);
1100 XBT_PRIVATE void simcall_HANDLER_mutex_lock(smx_simcall_t simcall, smx_mutex_t mutex);
1101 XBT_PRIVATE int simcall_HANDLER_mutex_trylock(smx_simcall_t simcall, smx_mutex_t mutex);
1102 XBT_PRIVATE void simcall_HANDLER_mutex_unlock(smx_simcall_t simcall, smx_mutex_t mutex);
1103 XBT_PRIVATE void simcall_HANDLER_cond_wait(smx_simcall_t simcall, smx_cond_t cond, smx_mutex_t mutex);
1104 XBT_PRIVATE void simcall_HANDLER_cond_wait_timeout(smx_simcall_t simcall, smx_cond_t cond, smx_mutex_t mutex, double timeout);
1105 XBT_PRIVATE void simcall_HANDLER_sem_release(smx_simcall_t simcall, smx_sem_t sem);
1106 XBT_PRIVATE int simcall_HANDLER_sem_would_block(smx_simcall_t simcall, smx_sem_t sem);
1107 XBT_PRIVATE void simcall_HANDLER_sem_acquire(smx_simcall_t simcall, smx_sem_t sem);
1108 XBT_PRIVATE void simcall_HANDLER_sem_acquire_timeout(smx_simcall_t simcall, smx_sem_t sem, double timeout);
1109 XBT_PRIVATE int simcall_HANDLER_sem_get_capacity(smx_simcall_t simcall, smx_sem_t sem);
1110 XBT_PRIVATE void simcall_HANDLER_file_read(smx_simcall_t simcall, smx_file_t fd, sg_size_t size, sg_host_t host);
1111 XBT_PRIVATE void simcall_HANDLER_file_write(smx_simcall_t simcall, smx_file_t fd, sg_size_t size, sg_host_t host);
1112 XBT_PRIVATE void simcall_HANDLER_file_open(smx_simcall_t simcall, const char* fullpath, sg_host_t host);
1113 XBT_PRIVATE void simcall_HANDLER_file_close(smx_simcall_t simcall, smx_file_t fd, sg_host_t host);
1114 XBT_PRIVATE sg_size_t simcall_HANDLER_file_get_size(smx_simcall_t simcall, smx_file_t fd);
1115 XBT_PRIVATE sg_size_t simcall_HANDLER_file_tell(smx_simcall_t simcall, smx_file_t fd);
1116 XBT_PRIVATE int simcall_HANDLER_file_seek(smx_simcall_t simcall, smx_file_t fd, sg_offset_t offset, int origin);
1117 XBT_PRIVATE xbt_dynar_t simcall_HANDLER_file_get_info(smx_simcall_t simcall, smx_file_t fd);
1118 XBT_PRIVATE int simcall_HANDLER_file_move(smx_simcall_t simcall, smx_file_t fd, const char* fullpath);
1119 XBT_PRIVATE sg_size_t simcall_HANDLER_storage_get_free_size(smx_simcall_t simcall, smx_storage_t storage);
1120 XBT_PRIVATE sg_size_t simcall_HANDLER_storage_get_used_size(smx_simcall_t simcall, smx_storage_t name);
1121 XBT_PRIVATE int simcall_HANDLER_mc_random(smx_simcall_t simcall, int min, int max);