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

/barrelfish-master/usr/startd/
H A Dspawn.c319 uint8_t has_core = 0; local
329 has_core = 1;
335 if (has_core || has_spawn_flags) {
337 if (has_spawn_flags && has_core) {
345 si.argc -= (has_core + has_spawn_flags);
347 if (has_core) {

Completed in 30 milliseconds