This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Called to detach a client from a power manager node
#include <sys/pmm.h> void detach(void *data, resmgr_context_t *ctp, int count, unsigned flags);
libc
This function is called when a client detaches from a power manager node:
This call is provided to allow the policy to keep track of client references if necessary.
There is no default action for this call.
Safety: | |
---|---|
Cancellation point | Unknown |
Interrupt handler | Unknown |
Signal handler | Unknown |
Thread | Unknown |