#include "ucp/api/ucp.h"
Go to the source code of this file.
◆ urom_sandbox_serialize_next_raw
| #define urom_sandbox_serialize_next_raw |
( |
|
_iter, |
|
|
|
_type, |
|
|
|
_offset |
|
) |
| |
Value: ({ \
_type *_result = (_type *)(*(_iter)); \
*(_iter) = UCS_PTR_BYTE_OFFSET(*(_iter), _offset); \
_result; \
})
Definition at line 36 of file urom_sandbox.h.
◆ urom_worker_sandbox_cmd_type
| Enumerator |
|---|
| UROM_WORKER_CMD_SANDBOX_MEM_MAP | |
| UROM_WORKER_CMD_SANDBOX_TAG_SEND | |
| UROM_WORKER_CMD_SANDBOX_TAG_RECV | |
Definition at line 44 of file urom_sandbox.h.
◆ urom_worker_sandbox_notify_type
| Enumerator |
|---|
| UROM_WORKER_NOTIFY_SANDBOX_MEM_MAP | |
| UROM_WORKER_NOTIFY_SANDBOX_TAG_SEND | |
| UROM_WORKER_NOTIFY_SANDBOX_TAG_RECV | |
Definition at line 88 of file urom_sandbox.h.