MOS Source Code
|
#include "mos/filesystem/vfs_types.h"
#include "mos/platform/platform.h"
#include "mos/tasks/wait.h"
#include <abi-bits/signal.h>
#include <mos/lib/structures/list.h>
#include <mos/lib/structures/stack.h>
#include <mos/tasks/signal_types.h>
Go to the source code of this file.
Classes | |
struct | process_signal_info_t |
struct | fd_type |
struct | process_t |
struct | thread_signal_info_t |
struct | thread_t |
Macros | |
#define | nullfd ((fd_type){ .io = NULL, .flags = 0 }) |
Typedefs | |
typedef struct _process | process_t |
Enumerations | |
enum | thread_mode { THREAD_MODE_KERNEL , THREAD_MODE_USER } |
Variables | |
slab_t * | process_cache |
slab_t * | thread_cache |