mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Sync
This commit is contained in:
parent
f7eb3aac4e
commit
3e1f74278d
1 changed files with 13 additions and 1 deletions
|
@ -8,5 +8,17 @@ The `(srfi 18)` library provides multithreading support. See the [SRFI document]
|
|||
- `thread-specific`
|
||||
- `thread-specific-set!`
|
||||
- `thread-start!`
|
||||
- `thread-sleep!`
|
||||
- `thread-yield!`
|
||||
|
||||
- `thread-terminate!`
|
||||
- `mutex?`
|
||||
- `make-mutex`
|
||||
- `mutex-lock!`
|
||||
- `mutex-unlock!`
|
||||
- `condition-variable?`
|
||||
- `make-condition-variable`
|
||||
- `condition-variable-wait!`
|
||||
- `condition-variable-signal!`
|
||||
- `condition-variable-broadcast!`
|
||||
- `->heap`
|
||||
- `Cyc-minor-gc`
|
||||
|
|
Loading…
Add table
Reference in a new issue