Manage RIDs via id_alloc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m2s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m2s
This commit is contained in:
@@ -33,10 +33,11 @@ struct proc_resource {
|
||||
|
||||
struct proc_resource* proc_find_resource (struct procgroup* procgroup, int rid);
|
||||
|
||||
struct proc_resource* proc_create_resource_mutex (struct procgroup* procgroup, int rid);
|
||||
struct proc_resource* proc_create_resource_mutex (struct procgroup* procgroup);
|
||||
|
||||
struct proc_resource* proc_create_resource_mail (struct procgroup* procgroup, int rid);
|
||||
struct proc_resource* proc_create_resource_mail (struct procgroup* procgroup);
|
||||
|
||||
void proc_delete_resource (struct proc_resource* resource, struct reschedule_ctx* rctx);
|
||||
void proc_delete_resource (struct procgroup* procgroup, struct proc_resource* resource,
|
||||
struct reschedule_ctx* rctx);
|
||||
|
||||
#endif // _KERNEL_PROC_RESOURCE_H
|
||||
|
||||
Reference in New Issue
Block a user