import BSD taskqueues
We leave out the taskqueues running in software interrupts (OSv doesn't have this concept and most likely never will), as well as those having timeouts (we can add those once needed)
Showing
- bsd/porting/netport.h 9 additions, 0 deletionsbsd/porting/netport.h
- bsd/sys/kern/subr_taskqueue.c 518 additions, 0 deletionsbsd/sys/kern/subr_taskqueue.c
- bsd/sys/sys/_task.h 54 additions, 0 deletionsbsd/sys/sys/_task.h
- bsd/sys/sys/priority.h 133 additions, 0 deletionsbsd/sys/sys/priority.h
- bsd/sys/sys/taskqueue.h 154 additions, 0 deletionsbsd/sys/sys/taskqueue.h
- build.mak 1 addition, 0 deletionsbuild.mak
Loading
Please register or sign in to comment