Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/lib/libc/sys/
H A Dinterposing_table.c75 SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
/freebsd-13.1/lib/libthr/
H A Dpthread.map212 _pthread_mutex_init_calloc_cb;
/freebsd-13.1/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-13.1/lib/libc/gen/
H A DSymbol.map493 _pthread_mutex_init_calloc_cb;
/freebsd-13.1/lib/libthr/thread/
H A Dthr_syscalls.c694 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()
H A Dthr_private.h977 int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
H A Dthr_mutex.c410 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function