mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 09:22:43 +00:00
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. |
||
---|---|---|
.. | ||
test | ||
bspfile.c | ||
buildnum.c | ||
cbuf.c | ||
checksum.c | ||
cmd.c | ||
crc.c | ||
cvar.c | ||
dirent.c | ||
dstring.c | ||
fendian.c | ||
fnmatch.c | ||
getopt.c | ||
getopt1.c | ||
hash.c | ||
idparse.c | ||
info.c | ||
link.c | ||
llist.c | ||
Makefile.am | ||
math.S | ||
mathlib.c | ||
mdfour.c | ||
mersenne.c | ||
msg.c | ||
pakfile.c | ||
plugin.c | ||
qargs.c | ||
qendian.c | ||
qfplist.c | ||
quakefs.c | ||
quakeio.c | ||
riff.c | ||
script.c | ||
segtext.c | ||
set.c | ||
sizebuf.c | ||
string.c | ||
sys.c | ||
sys_ia32.S | ||
txtbuffer.c | ||
va.c | ||
ver_check.c | ||
vrect.c | ||
wad.c | ||
wadfile.c | ||
zone.c |