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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_c_env.c1031 uword new_free_slots = g_emu_.dyn_event_q.free_event_slots /
1033 if (new_free_slots < MIN_DYNAMIC_EVENT_SLOTS) {
1034 new_free_slots = MIN_DYNAMIC_EVENT_SLOTS;
1044 (g_emu_.dyn_event_q.free_event_slots - new_free_slots), new_free_slots);
1048 for ( ; g_emu_.dyn_event_q.free_event_slots > new_free_slots
1030 uword new_free_slots = g_emu_.dyn_event_q.free_event_slots / local

Completed in 25 milliseconds