ecl/src/c/threads
2012-04-10 23:20:40 +02:00
..
atomic.d Fixed various type warnings issued by Clang 2012-04-09 22:31:09 +02:00
barrier.d The waiter for a barrier must check both that it was signaled and that the barrier is enabled. 2012-04-06 23:07:22 +02:00
condition_variable.d ecl_wait_on() takes the environment as an argument 2012-03-31 11:25:56 +02:00
mailbox.d mp:mailbox-empty-p returned the opposite value. 2012-04-07 01:07:02 +02:00
mutex.d Removed the process.active field and instead used 'process.phase'. Added some debug statements. Threads are launched also with POSIX signals disabled (at least ECL's signal). 2012-04-06 18:07:58 +02:00
process.d Fixes to remove warnings about unused variables. Replaced some uses of @(return) with ecl_return*() 2012-04-10 23:20:40 +02:00
queue.d Fixed various type warnings issued by Clang 2012-04-09 22:31:09 +02:00
rwlock.d Read/write lock fixes: typos, C prototypes and a new keyword used in compiled code (J. James) 2011-01-19 22:22:19 +01:00
semaphore.d ecl_wait_on() returns the value of the tester. 2012-04-06 23:51:00 +02:00