Home
last modified time | relevance | path

Searched refs:autorel (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Dheimbase.c44 HEIM_TAILQ_ENTRY(heim_base) autorel;
53 HEIM_TAILQ_ENTRY(heim_base) autorel;
131 HEIM_TAILQ_REMOVE(&ar->pool, p, autorel); in heim_release()
526 HEIM_TAILQ_REMOVE(&ar->pool, p, autorel); in heim_auto_release()
535 HEIM_TAILQ_INSERT_HEAD(&ar->pool, p, autorel); in heim_auto_release()
545 heim_auto_release_drain(heim_auto_release_t autorel) in heim_auto_release_drain() argument
551 HEIMDAL_MUTEX_lock(&autorel->pool_mutex); in heim_auto_release_drain()
552 while(!HEIM_TAILQ_EMPTY(&autorel->pool)) { in heim_auto_release_drain()
553 obj = HEIM_TAILQ_FIRST(&autorel->pool); in heim_auto_release_drain()
554 HEIMDAL_MUTEX_unlock(&autorel->pool_mutex); in heim_auto_release_drain()
[all …]