• Eric Wong's avatar
    tag: lock all accesses to tag_pool · 3c4de5b5
    Eric Wong authored
    The tag pool is a shared global resource that is infrequently
    modified.  However, it can occasionally be modified by several
    threads, especially by the metadata_pipe for streaming metadata
    (both reading/writing).
    
    The bulk tag_item pool is NOT locked as currently only the
    update thread uses it.
    3c4de5b5
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...