quakeforge/tools/qfbsp
Bill Currie 4cef9792f4 [util] Make hash-tables semi-thread-safe
They take a pointer to a free-list used for hashlinks so the hashlink
pools can be per-thread. However, hash tables that are not updated are
always thread-safe, so this affects only updates. progs_t has been set
up such that it is easy for multiple progs within one thread can share
hashlinks.
2020-03-25 15:43:16 +09:00
..
include Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00
source [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
Makefile.am Whee, now we have qfbsp. It compiles, but won't work as it hasn't been 2002-09-19 16:58:48 +00:00