riot_sys

Function msg_queue_capacity

Source
pub unsafe extern "C" fn msg_queue_capacity(
    pid: kernel_pid_t,
) -> c_uint
Expand description

@brief Get maximum capacity of a thread’s queue length

@return Number of total messages that fit in the queue of @p pid on success @return 0, if no caller’s message queue is initialized