ecl/src/h
Marius Gerbershagen 57f6637902 threading: introduce thread safe ECL_UNWIND_PROTECT macro and use where needed
Disabling interrupts during execution of cleanup forms of
    unwind-protect caused problems in some cases. Hence only do this
    where needed, i.e. for freeing resources (such as locks or files)
    shared between multiple threads or processes.
2018-09-09 17:00:38 +02:00
..
impl fix without_fpe C macro 2016-12-21 08:27:45 +01:00
bytecodes.h Remove deprecated 8-bit opcodes 2018-04-29 13:54:38 +02:00
cache.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
config-internal.h.in remove no longer needed checks in configure.ac 2018-05-08 19:36:11 +02:00
config.h.in Moderate interface cleanup 2018-05-01 10:16:20 +02:00
cons.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cs.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl-atomic-ops.h fix build failures with --disable-threads 2018-03-02 18:56:23 +01:00
ecl-cmp.h ecl-cmp_clang_pragmas 2015-10-21 14:15:03 -07:00
ecl-inl.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl.h minor MSVC version modifications 2017-08-08 13:14:15 +08:00
external.h threading: be more interrupt safe with thread local variables in environment 2018-05-27 20:57:50 +02:00
internal.h threading: introduce thread safe ECL_UNWIND_PROTECT macro and use where needed 2018-09-09 17:00:38 +02:00
legacy.h add legacy definition for FEprogram_error_noreturn 2017-07-01 12:57:15 +02:00
number.h Win64 and Visual Studio compiler 2016-03-02 12:43:36 -05:00
object.h printer/reader: call user defined write/read-sequence methods for CLOS streams 2018-06-06 22:32:22 +02:00
page.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
stack-resize.h fix build failures with --disable-threads 2018-03-02 18:56:23 +01:00
stacks.h threading: introduce thread safe ECL_UNWIND_PROTECT macro and use where needed 2018-09-09 17:00:38 +02:00