mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
4cef9792f4
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
pr_cmds.c | ||
rua_cbuf.c | ||
rua_cmd.c | ||
rua_cvar.c | ||
rua_hash.c | ||
rua_init.c | ||
rua_math.c | ||
rua_msgbuf.c | ||
rua_obj.c | ||
rua_plist.c | ||
rua_qfile.c | ||
rua_qfs.c | ||
rua_script.c | ||
rua_set.c | ||
rua_string.c |