Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PdIsOffscreenLocked

PdIsOffscreenLocked

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PdIsOffscreenLocked()

Determine whether or not an offscreen context is locked

Synopsis:

int PdIsOffscreenLocked(
       PdOffscreenContext_t *osc );

Arguments:

osc
A pointer to the offscreen context, as returned by PdCreateOffscreenContext(), that you want to check.

Library:

ph

Description:

This function tests to see if the given offscreen context is currently locked.


Note: This is really only useful for debugging purposes, because the state of the lock could potentially change between the time that PdIsOffscreenLocked() queries the status and reports it back to the application.

Returns:

One of:

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PdCreateOffscreenLock(), PdDestroyOffscreenLock(), PdGetOffscreenContextPtr(), PdLockOffscreen(), PdUnlockOffscreen()

"Offscreen locks" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide