This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Called to attach a client to a power manager node
#include <sys/pmm.h> void attach(void *data, resmgr_context_t *ctp, int count);
libc
This function is called when a client attaches to a power manager node:
This is called for all clients:
It 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 |