Main Content
mexIsLocked (C and Fortran)
Determine if MEX file is locked
C Syntax
#include "mex.h" bool mexIsLocked(void);
Fortran Syntax
#include "fintrf.h" integer*4 mexIsLocked()
Description
Call mexIsLocked
to determine if the MEX file is locked. By default, MEX
files are unlocked, meaning you can clear the MEX file at any time.
To unlock a MEX file, call mexUnlock
.
Output Arguments
See Also
mexLock
| mexMakeArrayPersistent
| mexMakeMemoryPersistent
| mexUnlock
| clear