This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Called when a node is destroyed
#include <sys/pmm.h> void destroy(void *data)
libc
This function is called when a node is destroyed:
The destroy() function is called when the last client reference to an unlinked node is removed:
This function cleans up any policy specific state for this node, and free any data allocated for it.
Safety: | |
---|---|
Cancellation point | Unknown |
Interrupt handler | Unknown |
Signal handler | Unknown |
Thread | Unknown |