Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
@@ -183,6 +183,18 @@ struct procgroup* procgroup_create (void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (proc_create_resource_stream (procgroup) == NULL) {
|
||||
id_alloc_fini (&procgroup->rid_alloc);
|
||||
free (procgroup);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (proc_create_resource_stream (procgroup) == NULL) {
|
||||
id_alloc_fini (&procgroup->rid_alloc);
|
||||
free (procgroup);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
spin_lock (&procgroup_tree_lock, &fpgt);
|
||||
rbtree_insert (struct procgroup, &procgroup_tree, &procgroup->procgroup_tree_link,
|
||||
procgroup_tree_link, pgid);
|
||||
|
||||
Reference in New Issue
Block a user