ecl/src/h
Matthew Mondor 5e43ec8789 Implement a few non-blocking MP functions:
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)
2015-08-26 12:31:19 -04:00
..
impl Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
bytecodes.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
cache.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
config.h.in CLOS: remove dead code and conditionals for non-clos builds 2015-07-01 16:56:17 +02:00
cons.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
cs.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
ecl-cmp.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
ecl-inl.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
ecl.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
external.h Implement a few non-blocking MP functions: 2015-08-26 12:31:19 -04:00
internal.h serror: move stack error to sys package 2015-08-20 13:08:17 +02:00
legacy.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
number.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
object.h cosmetic: short-float: fix inconsistencies with short-float 2015-07-26 12:54:10 +02:00
page.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
stacks.h cosmetic: untabify 2015-06-21 14:38:20 +02:00
unify.h cosmetic: untabify 2015-06-21 14:38:20 +02:00