Home
last modified time | relevance | path

Searched refs:new_andbox (Results 1 – 2 of 2) sorted by relevance

/dports/lang/yap/yap-6.2.2/BEAM/
H A Deam_split.c22 struct AND_BOX *ap, *new_andbox; in do_forking_andbox() local
43 new_andbox->parent=opp; in do_forking_andbox()
46 new_andbox->level=ap->level; in do_forking_andbox()
47 new_andbox->perms=ap->perms; in do_forking_andbox()
48 new_andbox->suspended=NULL; in do_forking_andbox()
67 s->and_box=new_andbox; in do_forking_andbox()
138 new_andbox->calls=first; in do_forking_andbox()
198 struct AND_BOX *new_andbox; in copy_andbox() local
203 new_andbox->parent=parent; in copy_andbox()
212 new_andbox->suspended=addto_suspensions_list(new_andbox,a->suspended->reason); in copy_andbox()
[all …]
H A Deam_gc.c267 struct AND_BOX *new_andbox; in move_andbox() local
277 new_andbox->parent=parent; in move_andbox()
278 new_andbox->nr_alternative=alt; in move_andbox()
279 new_andbox->level=a->level; in move_andbox()
281 new_andbox->suspended=NULL; in move_andbox()
283 new_andbox->suspended=addto_suspensions_list(new_andbox,a->suspended->reason); in move_andbox()
285 new_andbox->perms=a->perms; in move_andbox()
289 l->home=new_andbox; in move_andbox()
311 s->and_box=new_andbox; in move_andbox()
407 new_andbox->calls=first; in move_andbox()
[all …]