|
Nugget
|
#include "openbios/kernel/threads.h"#include <stddef.h>#include <stdint.h>#include "common/syscalls/syscalls.h"#include "openbios/fileio/fileio.h"#include "openbios/kernel/globals.h"
Functions | |
| int | initThreads (int processCount, int threadCount) |
| int | getFreeTCBslot () |
| int | openThread (uint32_t pc, uint32_t sp, uint32_t gp) |
| int | closeThread (int threadId) |
| int | changeThread (int threadId) |
| int getFreeTCBslot | ( | ) |