ecl/src/c/threads
Marius Gerbershagen a8d7305fb6 threading: fix race condition in stacks_scanner
The garbage collector can call stacks_scanner in a thread before
    pthread_setspecific, leading to a wrong error message. The
    solution is simply not to mark the environment, if
    pthread_setspecific has not yet been called.
2018-02-20 21:40:04 +01:00
..
atomic.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
barrier.d threading: fix barrier implementation 2018-01-26 20:56:16 +01:00
condition_variable.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
ecl_atomics.h cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
mailbox.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
mutex.d Simplify mp lambda lists 2016-11-17 23:00:17 +01:00
process.d threading: fix race condition in stacks_scanner 2018-02-20 21:40:04 +01:00
queue.d threading: fix possible race conditions in ecl_wakeup_waiters 2018-02-17 16:24:38 +01:00
rwlock.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
semaphore.d mulithreading: fix semaphore-signal 2017-12-08 13:40:34 +01:00