550W Document
550W, a high-end OS
|
#include <sync.h>
Public 属性 | |
basic_info_t | mailbox_info |
int | id [2] |
char | buff [MBOX_MSG_MAX_LEN] |
int | read_head |
int | write_tail |
int | used_units |
int | full_cond_id |
int | empty_cond_id |
char mbox::buff[MBOX_MSG_MAX_LEN] |
int mbox::empty_cond_id |
int mbox::full_cond_id |
int mbox::id[2] |
basic_info_t mbox::mailbox_info |
int mbox::read_head |
int mbox::used_units |
int mbox::write_tail |