SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_mbox Struct Reference

#include <ma_osal_pthread.h>

Collaboration diagram for ma_mbox:

Public Attributes

pthread_cond_t cond
 
size_t r
 
size_t w
 
size_t count
 
size_t size
 
void * msg [64]
 

Member Data Documentation

◆ cond

pthread_cond_t ma_mbox::cond

◆ count

size_t ma_mbox::count

◆ msg

void* ma_mbox::msg[64]

◆ r

size_t ma_mbox::r

◆ size

size_t ma_mbox::size

◆ w

size_t ma_mbox::w