Searched refs:_pthread_mutex_init_calloc_cb (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | mutex.c | 47 JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function 51 #pragma weak _pthread_mutex_init_calloc_cb in _pthread_mutex_init_calloc_cb() 53 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() 182 if (_pthread_mutex_init_calloc_cb(&mutex->lock, in malloc_mutex_init() 243 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot() 45 #pragma weak _pthread_mutex_init_calloc_cb global() macro
|
/freebsd/lib/libc/gen/ |
H A D | libc_interposing_table.c | 41 SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
|
H A D | Symbol.map | 522 _pthread_mutex_init_calloc_cb;
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 210 _pthread_mutex_init_calloc_cb;
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-diffs | 550 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,
|
H A D | configure.ac | 2024 dnl Check whether the BSD-specific _pthread_mutex_init_calloc_cb() exists. If 2027 AC_CHECK_FUNC([_pthread_mutex_init_calloc_cb],
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 691 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()
|
H A D | thr_private.h | 981 int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
|
H A D | thr_mutex.c | 407 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_defs.h.in | 132 * _pthread_mutex_init_calloc_cb(), in which case the function is used in order
|