|
My Kernel v0.1.0
|
Worker thread.
#include <worker.h>
Data Fields | |
| struct waitqueue | queue |
| Worker thread. | |
| bool | done |
| The processes waiting for this thread to finish. | |
| thread_entry_t | function |
| Whether the thread has finished. | |
| void * | data |
| Worker thread's entrypoint. | |