Searched defs:init_lock (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dstrerror.c40 static void init_lock(void) { function
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dstrerror.c50 static void init_lock(void) { function
/freebsd-12-stable/crypto/openssl/crypto/
H A Dinit.c85 static CRYPTO_RWLOCK *init_lock = NULL; variable
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h81 malloc_mutex_t init_lock; member in struct:rtree_s
/freebsd-12-stable/contrib/jemalloc/src/
H A Djemalloc.c132 static malloc_mutex_t init_lock = SRWLOCK_INIT; variable
134 static malloc_mutex_t init_lock; variable
164 static malloc_mutex_t init_lock = MALLOC_MUTEX_INITIALIZER; variable
1535 malloc_mutex_lock(tsd_tsdn(tsd), &init_lock); local
1552 malloc_mutex_unlock(tsd_tsdn(tsd), &init_lock); local
[all...]

Completed in 113 milliseconds