| Allegro CL version 10.0 This page is new in 10.0. |
Arguments: &key wait
Change the state of memory logging to :ready
. If
the current state was already :ready
,
return t
. If the state was changed
to :ready
by this call,
return :started
.
If the wait argument
is nil
(or zero or negative),
return nil
if the state is not and cannot be
immediately changed to :ready
. If
the wait
argument is a positive number N>0, wait up
to N seconds. If the wait
argument is any other
non-nil
value, wait indefinitely.
A delay may be caused by some other memlog operation in another thread.
See Memlog: A Facility for Minimally Intrusive Monitoring of Complex Application Behavior in smp.htm for more information.
See multiprocessing.htm for general information on multiprocessing in Allegro CL.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.
| Allegro CL version 10.0 This page is new in 10.0. |