Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/gen/
H A Dsem_new.c94 _pthread_mutex_unlock(&sem_llock); in sem_postfork()
101 _pthread_mutex_unlock(&sem_llock); in sem_child_postfork()
194 _pthread_mutex_unlock(&sem_llock); in _sem_open()
241 _pthread_mutex_unlock(&sem_llock); in _sem_open()
251 _pthread_mutex_unlock(&sem_llock); in _sem_open()
278 _pthread_mutex_unlock(&sem_llock); in _sem_close()
286 _pthread_mutex_unlock(&sem_llock); in _sem_close()
H A Dsem.c253 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
265 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
268 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_open_compat()
296 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_close_compat()
300 _pthread_mutex_unlock(&named_sems_mtx); in _libc_sem_close_compat()
H A Dreaddir.c102 _pthread_mutex_unlock(&dirp->dd_lock); in readdir()
120 _pthread_mutex_unlock(&dirp->dd_lock); in __readdir_r()
H A Dtelldir.c86 _pthread_mutex_unlock(&dirp->dd_lock); in telldir()
106 _pthread_mutex_unlock(&dirp->dd_lock); in telldir()
H A Dseekdir.c53 _pthread_mutex_unlock(&dirp->dd_lock); in seekdir()
H A Drewinddir.c58 _pthread_mutex_unlock(&dirp->dd_lock); in rewinddir()
H A Dclosedir.c61 _pthread_mutex_unlock(&dirp->dd_lock); in fdclosedir()
H A Darc4random.h67 _pthread_mutex_unlock(&arc4random_mtx); \
H A Dreaddir-compat11.c86 _pthread_mutex_unlock(&dirp->dd_lock); in freebsd11_readdir()
H A Dpopen.c61 #define THREAD_UNLOCK() if (__isthreaded) _pthread_mutex_unlock(&pidlist_mutex)
H A Dsyslog.c77 if (__isthreaded) _pthread_mutex_unlock(&syslog_mutex); \
H A DSymbol.map536 _pthread_mutex_unlock;
/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.c58 _pthread_mutex_unlock(&ch_lock); in set_constraint_handler_s()
77 _pthread_mutex_unlock(&ch_lock); in __throw_constraint_handler_s()
H A Datexit.c64 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x)
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h50 #define _pthread_mutex_unlock pthread_mutex_unlock macro
/freebsd/lib/libc/stdio/
H A D_flock_stub.c135 _pthread_mutex_unlock(&fp->_fl_mutex); in _funlockfile()
/freebsd/lib/libc/include/
H A Dreentrant.h101 _pthread_mutex_unlock(m)
H A Dnamespace.h158 #define pthread_mutex_unlock _pthread_mutex_unlock
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h42 #define _pthread_mutex_unlock(mtx) (void)0 macro
/freebsd/lib/libthr/thread/
H A Dthr_init.c157 STATIC_LIB_REQUIRE(_pthread_mutex_unlock);
195 STATIC_LIB_REQUIRE(_pthread_mutex_unlock);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h161 #define pthread_mutex_unlock _pthread_mutex_unlock
/freebsd/lib/libthr/
H A Dpthread.map218 _pthread_mutex_unlock;
/freebsd/lib/librt/
H A Dsigev_thread.c186 _pthread_mutex_unlock(sigev_list_mtx); in __sigev_list_unlock()
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h485 _pthread_mutex_unlock(&__gdtoa_locks[n]); \
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs316 +#define pthread_mutex_unlock _pthread_mutex_unlock

12