octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with mlock in current hg


From: Shai Ayal
Subject: Re: problem with mlock in current hg
Date: Fri, 6 Jun 2008 22:56:52 +0300

On Fri, Jun 6, 2008 at 6:37 PM, John W. Eaton <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]