mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-11 18:10:57 -07:00
This table contains symbols that are essential to the core runtime: ECL_T, ECL_UNBOUND, ECL_SIGNAL_HANDLERS, ECL_RESTART_CLUSTERs, ECL_INTERRUPTS_ENABLED, ECL_ALLOW_OTHER_KEYS and ECL_UNBOUND. The table is initialized with constexpr, so it is possible to use its elements in static elements. We also add ecl_def_function to ecl-inl to allow appropriating C functions into Lisp world at top level. |
||
|---|---|---|
| .. | ||
| barrier.d | ||
| condition_variable.d | ||
| mailbox.d | ||
| mutex.d | ||
| rwlock.d | ||
| semaphore.d | ||
| thread.d | ||