mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
MP:TRY-GET-SEMAPHORE returns NIL if the semaphore could not be obtained, or the count if it could be obtained MP:MAILBOX-TRY-READ returns a message if it's available, NIL if the queue is empty MP:MAILBOX-TRY-SEND returns the sent message if it could be queued, or NIL (mailbox is full) |
||
|---|---|---|
| .. | ||
| impl | ||
| bytecodes.h | ||
| cache.h | ||
| config.h.in | ||
| cons.h | ||
| cs.h | ||
| ecl-cmp.h | ||
| ecl-inl.h | ||
| ecl.h | ||
| external.h | ||
| internal.h | ||
| legacy.h | ||
| number.h | ||
| object.h | ||
| page.h | ||
| stacks.h | ||
| unify.h | ||