#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
|
typedef struct x9_node_internal | x9_node |
|
typedef struct x9_inbox_internal | x9_inbox |
|
◆ x9_inbox
typedef struct x9_inbox_internal x9_inbox |
Definition at line 47 of file x9.h.
◆ x9_node
typedef struct x9_node_internal x9_node |
Definition at line 46 of file x9.h.
◆ __attribute__()
◆ x9_inbox_is_valid()
uint64_t const bool x9_inbox_is_valid |
( |
x9_inbox const *const |
inbox | ) |
|
◆ x9_node_is_valid()
bool x9_node_is_valid |
( |
x9_node const *const |
node | ) |
|
◆ cmp
char const *restrict const cmp |
Definition at line 96 of file x9.h.
◆ msg
uint64_t const void const *restrict const msg |
Definition at line 153 of file x9.h.
◆ msg_sz
Definition at line 60 of file x9.h.
◆ n_inboxes
Definition at line 71 of file x9.h.
◆ name
Definition at line 60 of file x9.h.
◆ outparam
uint64_t const void *restrict const outparam |
Definition at line 121 of file x9.h.