Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/gen/
H A Dsem_new.c96 _pthread_mutex_unlock(&sem_llock); in sem_postfork()
103 _pthread_mutex_unlock(&sem_llock); in sem_child_postfork()
196 _pthread_mutex_unlock(&sem_llock); in _sem_open()
243 _pthread_mutex_unlock(&sem_llock); in _sem_open()
253 _pthread_mutex_unlock(&sem_llock); in _sem_open()
280 _pthread_mutex_unlock(&sem_llock); in _sem_close()
288 _pthread_mutex_unlock(&sem_llock); in _sem_close()
H A Dsem.c255 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
267 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
270 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
298 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_close_compat()
302 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_close_compat()
H A Dreaddir.c103 _pthread_mutex_unlock(&dirp->dd_lock); in readdir()
121 _pthread_mutex_unlock(&dirp->dd_lock); in __readdir_r()
H A Dtelldir.c90 _pthread_mutex_unlock(&dirp->dd_lock); in telldir()
110 _pthread_mutex_unlock(&dirp->dd_lock); in telldir()
H A Dseekdir.c57 _pthread_mutex_unlock(&dirp->dd_lock); in seekdir()
H A Drewinddir.c63 _pthread_mutex_unlock(&dirp->dd_lock); in rewinddir()
H A Dclosedir.c65 _pthread_mutex_unlock(&dirp->dd_lock); in fdclosedir()
H A Darc4random.h69 _pthread_mutex_unlock(&arc4random_mtx); \
H A Dreaddir-compat11.c91 _pthread_mutex_unlock(&dirp->dd_lock); in freebsd11_readdir()
H A Dpopen.c67 #define THREAD_UNLOCK() if (__isthreaded) _pthread_mutex_unlock(&pidlist_mutex)
H A Dsyslog.c78 if (__isthreaded) _pthread_mutex_unlock(&syslog_mutex); \
H A DSymbol.map497 _pthread_mutex_unlock;
/freebsd-13.1/lib/libc/stdlib/
H A Dset_constraint_handler_s.c61 _pthread_mutex_unlock(&ch_lock); in set_constraint_handler_s()
80 _pthread_mutex_unlock(&ch_lock); in __throw_constraint_handler_s()
H A Datexit.c67 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x)
/freebsd-13.1/tools/build/libc-bootstrap/
H A Dnamespace.h52 #define _pthread_mutex_unlock pthread_mutex_unlock macro
/freebsd-13.1/lib/libc/stdio/
H A D_flock_stub.c138 _pthread_mutex_unlock(&fp->_fl_mutex); in _funlockfile()
/freebsd-13.1/lib/libc/include/
H A Dreentrant.h103 _pthread_mutex_unlock(m)
H A Dnamespace.h160 #define pthread_mutex_unlock _pthread_mutex_unlock
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h45 #define _pthread_mutex_unlock(mtx) (void)0 macro
/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c157 STATIC_LIB_REQUIRE(_pthread_mutex_unlock);
196 STATIC_LIB_REQUIRE(_pthread_mutex_unlock);
/freebsd-13.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h157 #define pthread_mutex_unlock _pthread_mutex_unlock
/freebsd-13.1/lib/libthr/
H A Dpthread.map220 _pthread_mutex_unlock;
/freebsd-13.1/lib/librt/
H A Dsigev_thread.c188 _pthread_mutex_unlock(sigev_list_mtx); in __sigev_list_unlock()
/freebsd-13.1/contrib/gdtoa/
H A Dgdtoaimp.h485 _pthread_mutex_unlock(&__gdtoa_locks[n]); \
/freebsd-13.1/contrib/jemalloc/
H A DFREEBSD-diffs316 +#define pthread_mutex_unlock _pthread_mutex_unlock

12