Nonblocking mail_receive, fix proc_kill scheduling issues
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m15s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m15s
This commit is contained in:
@@ -54,7 +54,7 @@ struct proc {
|
||||
struct proc_env env;
|
||||
};
|
||||
|
||||
void proc_sched (void);
|
||||
void proc_sched (bool user);
|
||||
|
||||
void proc_kill (struct proc* proc, struct reschedule_ctx* rctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user