sys_mbox_free() is only used within LwIP.
 
Symbols
loading...
Files
loading...

sys_mbox_free() function

Deallocates a mailbox. If there are messages still present in the mailbox when the mailbox is deallocated, it is an indication of a programming error in lwIP and the developer should be notified.

Syntax

void sys_mbox_free(sys_mbox_t *mbox);
Implemented in sys_arch.c:77

Arguments

mbox

mbox to delete

References

Call Tree

Functions calling sys_mbox_free()
Functions called by sys_mbox_free()
sys_mbox_free()