| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version | ||||||||||
Arguments: &key wait
Change the state of memory logging to :stopped. If
the current state was already :stopped,
return t. If the state was changed to
:stopped by this call,
return :stopped.
If the wait argument
is nil (or zero or negative),
return nil if the state is not and cannot be
immediately changed to :stopped. If
the wait argument is a positive integer N, 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version | ||||||||||