Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
6fa6e7c329a2a9f52ab0fae0981899b968f04de5
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
code
multi-proc.lisp
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Jan 11, 1998
New function Start-Lisp-Connection-Listener, to create a process to
· 6fa6e7c3
dtc
authored
27 years ago
6fa6e7c3
Add simple-restarts to allow a process to be easily destroyed when an
· afe52e86
dtc
authored
27 years ago
afe52e86
Jan 04, 1998
Define a new function process-wait-until-fd-usable; similar to
· 9e78a0f2
dtc
authored
27 years ago
9e78a0f2
Jan 03, 1998
Allow a float timeout for process-wait-with-timeout.
· 55adbb2c
dtc
authored
27 years ago
55adbb2c
Jan 02, 1998
Enhance the with-lock-held macro to accept a timeout. This is required
· 830692f5
dtc
authored
27 years ago
830692f5
Jan 01, 1998
Fix a bug in the scrubbing of the current stack-group's eval-stack.
· 30a881ca
dtc
authored
27 years ago
30a881ca
Dec 31, 1997
Add support for creating stack-groups with a fresh control stack,
· 8e8f4c2a
dtc
authored
27 years ago
8e8f4c2a
Add the option of creating stack groups that are allocated fresh
· e7093599
dtc
authored
27 years ago
e7093599
Dec 30, 1997
New function shutdown-multi-processing to try and gracefully destroy
· 8eae9f25
dtc
authored
27 years ago
8eae9f25
Allow the quitting of lisp from any process (this had only been
· 3258c6c6
dtc
authored
27 years ago
3258c6c6
Dec 29, 1997
The idle loop no longer needs to call process-yield at this will be
· 4f3bef02
dtc
authored
27 years ago
4f3bef02
Fix a few cases where the process times were not being updated at a
· 5b0b3520
dtc
authored
27 years ago
5b0b3520
Record the real and run times at which processes are scheduled and
· 9a3fecb2
dtc
authored
27 years ago
9a3fecb2
Dec 28, 1997
Add support for an idle process that isn't run when there are other
· 7f8b471a
dtc
authored
27 years ago
7f8b471a
Nov 22, 1997
Save the lisp_interrupt_contexts in the stack group - will help the
· efc45394
dtc
authored
27 years ago
efc45394
Nov 21, 1997
Have the functions for unbinding and rebinding the bind stack check
· a405427a
dtc
authored
27 years ago
a405427a
Sep 29, 1997
Check of the i486 data sheet shows it supports the cmpxchg instruction
· 53f0ecbe
dtc
authored
27 years ago
53f0ecbe
Fixes for the with-lock-held macro.
· 12b95f11
dtc
authored
27 years ago
12b95f11
Process structure predicate was intended to be processp not process-p,
· e6a897c4
dtc
authored
27 years ago
e6a897c4
Sep 24, 1997
Stack group and multi-processing support for CMU CL.
· 2ce78406
dtc
authored
27 years ago
2ce78406
Loading