[Previous] [Contents] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

pmm_state_machine()

Implement a single threded state machine

Synopsis:

#include <sys/pmm.h>

int pmm_state_machine(void *hdl);

Library:

libc

Description:

This function executes a loop that implements a single threaded state machine:

hdl
Handle to the state machine, returned by pmm_state_init().

Returns:

Classification:

QNX Neutrino

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

See also:


[Previous] [Contents] [Next]