FunctionPackage: mpToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

memlog-start

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 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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version