Home
last modified time | relevance | path

Searched refs:_pthread_mutex_lock (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/lib/libc/stdlib/
H A Dset_constraint_handler_s.c57 _pthread_mutex_lock(&ch_lock); in set_constraint_handler_s()
77 _pthread_mutex_lock(&ch_lock); in __throw_constraint_handler_s()
H A Datexit.c66 #define _MUTEX_LOCK(x) if (__isthreaded) _pthread_mutex_lock(x)
/freebsd-13.1/lib/libc/gen/
H A Dreaddir.c100 _pthread_mutex_lock(&dirp->dd_lock); in readdir()
116 _pthread_mutex_lock(&dirp->dd_lock); in __readdir_r()
H A Dseekdir.c54 _pthread_mutex_lock(&dirp->dd_lock); in seekdir()
H A Drewinddir.c52 _pthread_mutex_lock(&dirp->dd_lock); in rewinddir()
H A Dclosedir.c57 _pthread_mutex_lock(&dirp->dd_lock); in fdclosedir()
H A Dsem_new.c89 _pthread_mutex_lock(&sem_llock); in sem_prefork()
178 _pthread_mutex_lock(&sem_llock); in _sem_open()
274 _pthread_mutex_lock(&sem_llock); in _sem_close()
H A Darc4random.h63 _pthread_mutex_lock(&arc4random_mtx); \
H A Dreaddir-compat11.c78 _pthread_mutex_lock(&dirp->dd_lock); in freebsd11_readdir()
H A Dsem.c251 _pthread_mutex_lock(&named_sems_mtx); in _libc_sem_open_compat()
296 _pthread_mutex_lock(&named_sems_mtx); in _libc_sem_close_compat()
H A Dpopen.c66 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&pidlist_mutex)
H A Dtelldir.c59 _pthread_mutex_lock(&dirp->dd_lock); in telldir()
H A Dsyslog.c74 if (__isthreaded) _pthread_mutex_lock(&syslog_mutex); \
H A DSymbol.map495 _pthread_mutex_lock;
/freebsd-13.1/tools/build/libc-bootstrap/
H A Dnamespace.h53 #define _pthread_mutex_lock pthread_mutex_lock macro
/freebsd-13.1/lib/libc/stdio/
H A D_flock_stub.c75 _pthread_mutex_lock(&fp->_fl_mutex); in _flockfile()
/freebsd-13.1/lib/libc/include/
H A Dreentrant.h101 _pthread_mutex_lock(m)
H A Dnamespace.h156 #define pthread_mutex_lock _pthread_mutex_lock
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h44 #define _pthread_mutex_lock(mtx) (void)0 macro
/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c155 STATIC_LIB_REQUIRE(_pthread_mutex_lock);
194 STATIC_LIB_REQUIRE(_pthread_mutex_lock);
/freebsd-13.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h155 #define pthread_mutex_lock _pthread_mutex_lock
/freebsd-13.1/lib/libthr/
H A Dpthread.map214 _pthread_mutex_lock;
/freebsd-13.1/lib/librt/
H A Dsigev_thread.c182 _pthread_mutex_lock(sigev_list_mtx); in __sigev_list_lock()
/freebsd-13.1/contrib/gdtoa/
H A Dgdtoaimp.h481 _pthread_mutex_lock(&__gdtoa_locks[n]); \
/freebsd-13.1/contrib/jemalloc/
H A DFREEBSD-diffs314 +#define pthread_mutex_lock _pthread_mutex_lock

12