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

/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dprocess.c308 uint32_t npid = pid_alloc(&procServ.PIDList); local
309 if (npid == PID_NULL) {
313 dprintf("Allocated PID %d!...\n", npid);
314 struct proc_pcb *pcb = pid_get_pcb(&procServ.PIDList, npid);
318 dprintf("Configuring process for PID %d!...\n", npid);
319 int error = proc_config_new(pcb, npid, priority, name, systemCapabilitiesMask);
321 pid_free(&procServ.PIDList, npid);
340 pid_free(&procServ.PIDList, npid);
/seL4-refos-master/apps/process_server/src/system/process/
H A Dprocess.c308 uint32_t npid = pid_alloc(&procServ.PIDList); local
309 if (npid == PID_NULL) {
313 dprintf("Allocated PID %d!...\n", npid);
314 struct proc_pcb *pcb = pid_get_pcb(&procServ.PIDList, npid);
318 dprintf("Configuring process for PID %d!...\n", npid);
319 int error = proc_config_new(pcb, npid, priority, name, systemCapabilitiesMask);
321 pid_free(&procServ.PIDList, npid);
340 pid_free(&procServ.PIDList, npid);

Completed in 86 milliseconds