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

/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dservice.c388 struct pending_client *spawn_cl = (struct pending_client*) malloc( local
390 spawn_cl->b = b;
391 spawn_cl->type = type;
392 spawn_cl->st = spawn;
396 msg->st = spawn_cl;
403 free(spawn_cl);

Completed in 33 milliseconds