Searched refs:bag_aport_id (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_parallel.c83 dbag_port_upcall(aport_id_t bag_aport_id) argument
91 if (aport_get_option(bag_aport_id, APORT_DATA_PTR,
98 while ((ret = amsg_receive(bag_aport_id, &msg, &msg_data,
122 aport_id_t bag_aport_id; local
131 if (aport_allocate(&bag_aport_id, dbag_port_upcall) != AMSG_OK)
133 if (aport_set_option(bag_aport_id, APORT_NOTIFY_LEVEL, (aport_optval_t) 3)
140 if (aport_set_option(bag_aport_id, APORT_DATA_PTR,
144 Return_Unify_Integer(vbag, tbag, (word) bag_aport_id);
150 aport_id_t bag_aport_id; local
158 bag_aport_id
190 aport_id_t bag_aport_id; local
[all...]

Completed in 11 milliseconds