Home
last modified time | relevance | path

Searched defs:MAX_MSG_HANDLES (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc_msg.h51 #define MAX_MSG_HANDLES IPC_MAX_MSG_HANDLES macro
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs56 pub const MAX_MSG_HANDLES: usize = 8; constant