problem with mlock in current hg

Shai Ayal shaiay at gmail.com
Fri Jun 6 14:56:52 CDT 2008


On Fri, Jun 6, 2008 at 6:37 PM, John W. Eaton <jwe at bevo.che.wisc.edu> wrote:
> On  6-Jun-2008, Shai Ayal wrote:
>
> | using the current dev version, I cannot mlock a function. when I try I
> | get the mlock usage text.
> |
> | Shai
> |
> |
> | octave:1> function f(a); b=a;endfunction;
> | octave:2> mlock("f")
> |
> | Invalid call to mlock.  Correct usage is:
> |
> |  -- Built-in Function:  mlock (NAME)
>
> Since mlock can only work from within a function, to lock the
> currently executing function.

So how do I use it within a DLD function?

Shai


More information about the Octave-maintainers mailing list