Locks a mutual exclusion lock, waiting if necessary until the lock becomes available.
#include "ive_standards.h"
#include "ive_shm.h"
void IVEShmAcquireMutex(IVEShmMutex* p_mutex);
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.
IVEShmInitMutex, IVEShmDestroyMutex, IVEShmTryAcquireMutex, IVEShmReleaseMutex, and IVEShmMutex
| categories | alphabetical |
modified July 1, 2001
Eric Branlund (eric@msg.ucsf.edu)