Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dmutex.c42 JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
45 #pragma weak _pthread_mutex_init_calloc_cb macro
47 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function
175 if (_pthread_mutex_init_calloc_cb(&mutex->lock, in malloc_mutex_init()
236 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot()
/freebsd/lib/libc/gen/
H A Dlibc_interposing_table.c41 SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
H A DSymbol.map511 _pthread_mutex_init_calloc_cb;
/freebsd/lib/libthr/
H A Dpthread.map211 _pthread_mutex_init_calloc_cb;
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs550 JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
553 +#pragma weak _pthread_mutex_init_calloc_cb
555 +_pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c681 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()
H A Dthr_private.h976 int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
H A Dthr_mutex.c407 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function