AM243x MCU+ SDK  09.02.00
cb_ipcshmem.h File Reference

Introduction

Shared memory IPC utility functions.

Go to the source code of this file.

Functions

void * cb_get_shared_mem (int *memfd, const char *shmname, size_t size, int flag)
 get new shared memory More...
 
int cb_close_shared_mem (void *mem, int *memfd, const char *shmname, size_t size, bool unlink)
 close shared memory More...