Make intern.o state single-threaded.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Jul 2015 18:40:19 +0000 (11:40 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 08:09:46 +0000 (01:09 -0700)
commitac5ae4bbdd7b1275eb5029fad85eda43b0ac9766
tree6db125bf78230a65e59a16e77f5ae79476cf460e
parent1037e1e8ff896fda1741a84ed5ba0faa1d59a14e
Make intern.o state single-threaded.

Serialize operations on the obarray using a pthread mutex.  Drop the
mutex while consing the symbol's entry.
src/microcode/intern.c