acl
3.5.3.0
|
类 | |
class | acl::mbox< T > |
命名空间 | |
acl | |
函数 | |
void * | acl::mbox_create (bool mpsc) |
void | acl::mbox_free (void *, void(*free_fn)(void *)) |
bool | acl::mbox_send (void *, void *) |
void * | acl::mbox_read (void *, int, bool *) |
size_t | acl::mbox_nsend (void *) |
size_t | acl::mbox_nread (void *) |