Changeset c7ceacf in mainline for kernel/generic/include/proc/scheduler.h
- Timestamp:
- 2024-01-15T14:54:17Z (12 months ago)
- Branches:
- master
- Children:
- 5861b60
- Parents:
- 4760793 (diff), 151c050 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/scheduler.h
r4760793 rc7ceacf 41 41 #include <atomic.h> 42 42 #include <adt/list.h> 43 #include <abi/proc/thread.h> 43 44 44 45 #define RQ_COUNT 16 … … 56 57 57 58 extern void scheduler_fpu_lazy_request(void); 58 extern void scheduler(void);59 extern void scheduler_locked(ipl_t);60 59 extern void kcpulb(void *arg); 61 60 62 61 extern void sched_print_list(void); 62 63 extern void scheduler_run(void) __attribute__((noreturn)); 64 extern void scheduler_enter(state_t); 63 65 64 66 /*
Note:
See TracChangeset
for help on using the changeset viewer.