Exemplo n.º 1
0
void
pentry_md_unlock(tpath_entry *pe)
{
        assert(pe);

        pentry_gen_unlock(pe, &pe->md_mutex);
}
Exemplo n.º 2
0
int
pentry_md_unlock(pentry_t *pe)
{
        assert(pe);

        LOG(LOG_DEBUG, "path=%s, unlock(fd=%d)...", pe->path, pe->fd);

        return pentry_gen_unlock(pe, &pe->md_mutex);
}