Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.c54 _pthread_mutex_lock(&ch_lock); in set_constraint_handler_s()
74 _pthread_mutex_lock(&ch_lock); in __throw_constraint_handler_s()
H A Datexit.c60 #define _MUTEX_LOCK(x) if (__isthreaded) _pthread_mutex_lock(x)
/freebsd/lib/libc/gen/
H A Dreaddir.c96 _pthread_mutex_lock(&dirp->dd_lock); in readdir()
112 _pthread_mutex_lock(&dirp->dd_lock); in __readdir_r()
H A Dseekdir.c50 _pthread_mutex_lock(&dirp->dd_lock); in seekdir()
H A Drewinddir.c48 _pthread_mutex_lock(&dirp->dd_lock); in rewinddir()
H A Dsem_new.c87 _pthread_mutex_lock(&sem_llock); in sem_prefork()
176 _pthread_mutex_lock(&sem_llock); in _sem_open()
272 _pthread_mutex_lock(&sem_llock); in _sem_close()
H A Dclosedir.c53 _pthread_mutex_lock(&dirp->dd_lock); in fdclosedir()
H A Darc4random.h61 _pthread_mutex_lock(&arc4random_mtx); \
H A Dreaddir-compat11.c73 _pthread_mutex_lock(&dirp->dd_lock); in freebsd11_readdir()
H A Dsem.c249 _pthread_mutex_lock(&named_sems_mtx); in _libc_sem_open_compat()
294 _pthread_mutex_lock(&named_sems_mtx); in _libc_sem_close_compat()
H A Dpopen.c60 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&pidlist_mutex)
H A Dtelldir.c55 _pthread_mutex_lock(&dirp->dd_lock); in telldir()
H A Dsyslog.c73 if (__isthreaded) _pthread_mutex_lock(&syslog_mutex); \
H A DSymbol.map512 _pthread_mutex_lock;
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h51 #define _pthread_mutex_lock pthread_mutex_lock macro
/freebsd/lib/libc/stdio/
H A D_flock_stub.c72 _pthread_mutex_lock(&fp->_fl_mutex); in _flockfile()
/freebsd/lib/libc/include/
H A Dreentrant.h99 _pthread_mutex_lock(m)
H A Dnamespace.h154 #define pthread_mutex_lock _pthread_mutex_lock
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h41 #define _pthread_mutex_lock(mtx) (void)0 macro
/freebsd/lib/libthr/thread/
H A Dthr_init.c153 STATIC_LIB_REQUIRE(_pthread_mutex_lock);
192 STATIC_LIB_REQUIRE(_pthread_mutex_lock);
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h153 #define pthread_mutex_lock _pthread_mutex_lock
/freebsd/lib/libthr/
H A Dpthread.map213 _pthread_mutex_lock;
/freebsd/lib/librt/
H A Dsigev_thread.c180 _pthread_mutex_lock(sigev_list_mtx); in __sigev_list_lock()
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h481 _pthread_mutex_lock(&__gdtoa_locks[n]); \
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs314 +#define pthread_mutex_lock _pthread_mutex_lock

12