Searched refs:_pthread_mutex_init_calloc_cb (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | mutex.c | 42 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 176 if (_pthread_mutex_init_calloc_cb(&mutex->lock, in malloc_mutex_init() 237 if (_pthread_mutex_init_calloc_cb(&postponed_mutexes->lock, in malloc_mutex_boot()
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | interposing_table.c | 75 SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 212 _pthread_mutex_init_calloc_cb;
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 509 JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, 512 +#pragma weak _pthread_mutex_init_calloc_cb 514 +_pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 469 _pthread_mutex_init_calloc_cb;
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 693 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()
|
| H A D | thr_private.h | 974 int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
|
| H A D | thr_mutex.c | 408 _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, in _pthread_mutex_init_calloc_cb() function
|