Table of Contents
asdf:make-build — Block-build an ASDF system definitionasdf:load-fasl-op — Compile and load one ore more libraries using unified FASLext:*help-message* — Command line help messageext:*lisp-init-files* — ECL initialization files.ext:+default-command-arg-rules+ — ECL command line optionsext:command-args — List of command line arguments.ext:process-command-args — Process command line arguments.ext:quit — Exit ECL.ext:run-program — Start and communicate with a child process.ext:system — Invoke a command using the shell.ffi:clines — Insert C declarations and definitionsffi:c-inline — Inline C code in a lisp form.mp:all-processes — Return the list of active processes.mp:exit-process — Exit the task from which it is invoked.mp:interrupt-process — Interrupt a task.mp:get-lock — Try to obtain a lock.mp:giveup-lock — Release a lock we have obtained before.mp:make-lock — Create a new lock.mp:make-process — Create a new thread.mp:process-active-p — Determine whether a task is running.mp:process-enable — Start up a task which was not running.mp:process-kill — Try to stop a running task.mp:process-name — Return the name of a task.mp:process-preset — Associate a function to a process.mp:process-run-function — Create a task and execute a function in it.mp:with-lock — Synchronize a piece of code between different tasks.ext:set-finalizer — Associate a finalizer to an object.ext:get-finalizer — Return finalizer associated to an object.