UbixOS
2.0
|
Go to the source code of this file.
Data Structures | |
struct | sys_mbox |
struct | sys_mutex |
struct | sys_thread |
struct | sys_timeouts |
Macros | |
#define | SYS_MBOX_NULL NULL |
#define | SYS_MBOX_SIZE 100 |
#define | SYS_SEM_NULL NULL |
Typedefs | |
typedef struct sys_mbox | sys_mbox_t |
typedef struct sys_mutex | sys_mutex_t |
typedef struct sys_thread * | sys_thread_t |
#define SYS_MBOX_NULL NULL |
Definition at line 7 of file sys_arch.h.
#define SYS_MBOX_SIZE 100 |
Definition at line 9 of file sys_arch.h.
#define SYS_SEM_NULL NULL |
Definition at line 8 of file sys_arch.h.
typedef struct sys_mbox sys_mbox_t |
Definition at line 41 of file sys_arch.h.
typedef struct sys_mutex sys_mutex_t |
Definition at line 20 of file sys_arch.h.
typedef struct sys_thread* sys_thread_t |
Definition at line 50 of file sys_arch.h.