Locks a hold, waiting if necessary until the hold becomes available.
#include "ive_standards.h"
#include "ive_shm.h"
void IVEShmAcquireHold(IVEShmHold* p_hold);
There is no Fortran interface.
Inclusion of ive_standards.h sets certain feature-set macros. It is safest to include it before any other headers to avoid inconsistent definitions.
IVEShmInitHold, IVEShmDestroyHold, IVEShmTryAcquireHold, IVEShmReleaseHold, and IVEShmHold
| categories | alphabetical |
modified August 25, 2001
Eric Branlund (eric@msg.ucsf.edu)