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. |
||
---|---|---|
.. | ||
bi_gib.c | ||
exp.c | ||
gib_buffer.c | ||
gib_builtin.c | ||
gib_classes.c | ||
gib_execute.c | ||
gib_function.c | ||
gib_handle.c | ||
gib_init.c | ||
gib_object.c | ||
gib_parse.c | ||
gib_process.c | ||
gib_regex.c | ||
gib_semantics.c | ||
gib_thread.c | ||
gib_tree.c | ||
gib_vars.c | ||
Makefile.am | ||
ops.c | ||
regex.c |