Symbol: pthread_mutex_t
distrib/special/libstubs/pthread_mutex.c
21
pthread_mutex_init(pthread_mutex_t *mutex,
distrib/special/libstubs/pthread_mutex.c
29
pthread_mutex_destroy(pthread_mutex_t *mutex)
distrib/special/libstubs/pthread_mutex.c
36
pthread_mutex_lock(pthread_mutex_t *mutex)
distrib/special/libstubs/pthread_mutex.c
43
pthread_mutex_unlock(pthread_mutex_t *mutex)
include/pthread.h
140
pthread_mutex_t mutex;
include/pthread.h
211
pthread_mutex_t *, const struct timespec *);
include/pthread.h
212
int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
include/pthread.h
228
int pthread_mutex_destroy(pthread_mutex_t *);
include/pthread.h
229
int pthread_mutex_init(pthread_mutex_t *,
include/pthread.h
231
int pthread_mutex_lock(pthread_mutex_t *);
include/pthread.h
232
int pthread_mutex_timedlock(pthread_mutex_t *,
include/pthread.h
234
int pthread_mutex_trylock(pthread_mutex_t *);
include/pthread.h
235
int pthread_mutex_unlock(pthread_mutex_t *);
include/pthread.h
270
int pthread_mutex_getprioceiling(pthread_mutex_t *, int *);
include/pthread.h
271
int pthread_mutex_setprioceiling(pthread_mutex_t *, int, int *);
lib/libc/thread/rthread_cond.c
133
pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp,
lib/libc/thread/rthread_cond.c
152
pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp)
lib/libc/thread/rthread_cond.c
71
_rthread_cond_timedwait(pthread_cond_t cond, pthread_mutex_t *mutexp,
lib/libc/thread/rthread_libc.c
128
pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex;
lib/libc/thread/rthread_libc.c
137
pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex;
lib/libc/thread/rthread_libc.c
146
pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex;
lib/libc/thread/rthread_libc.c
17
pthread_mutex_t m; /* the tag's mutex */
lib/libc/thread/rthread_libc.c
207
static pthread_mutex_t malloc_mutex[_MALLOC_MUTEXES] = {
lib/libc/thread/rthread_libc.c
24
static pthread_mutex_t _thread_tag_mutex = PTHREAD_MUTEX_INITIALIZER;
lib/libc/thread/rthread_mutex.c
136
_rthread_mutex_timedlock(pthread_mutex_t *mutexp, int trywait,
lib/libc/thread/rthread_mutex.c
140
pthread_mutex_t mutex;
lib/libc/thread/rthread_mutex.c
208
pthread_mutex_trylock(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_mutex.c
214
pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs)
lib/libc/thread/rthread_mutex.c
220
pthread_mutex_lock(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_mutex.c
227
pthread_mutex_unlock(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_mutex.c
230
pthread_mutex_t mutex;
lib/libc/thread/rthread_mutex.c
49
pthread_mutex_init(pthread_mutex_t *mutexp, const pthread_mutexattr_t *attr)
lib/libc/thread/rthread_mutex.c
51
pthread_mutex_t mutex;
lib/libc/thread/rthread_mutex.c
72
pthread_mutex_destroy(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_mutex.c
74
pthread_mutex_t mutex;
lib/libc/thread/rthread_mutex.c
96
_rthread_mutex_trylock(pthread_mutex_t mutex, int trywait,
lib/libc/thread/rthread_sync.c
171
pthread_mutex_lock(pthread_mutex_t *p)
lib/libc/thread/rthread_sync.c
178
pthread_mutex_trylock(pthread_mutex_t *p)
lib/libc/thread/rthread_sync.c
184
pthread_mutex_timedlock(pthread_mutex_t *p, const struct timespec *abstime)
lib/libc/thread/rthread_sync.c
190
pthread_mutex_unlock(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_sync.c
287
pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp,
lib/libc/thread/rthread_sync.c
39
pthread_mutex_init(pthread_mutex_t *mutexp, const pthread_mutexattr_t *attr)
lib/libc/thread/rthread_sync.c
444
pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp)
lib/libc/thread/rthread_sync.c
63
pthread_mutex_destroy(pthread_mutex_t *mutexp)
lib/libc/thread/rthread_sync.c
87
_rthread_mutex_lock(pthread_mutex_t *mutexp, int trywait,
lib/libcrypto/arc4random/arc4random_aix.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_freebsd.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_hpux.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_linux.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_netbsd.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_osx.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/arc4random/arc4random_solaris.h
31
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
lib/libcrypto/crypto_lock.c
24
static pthread_mutex_t locks[] = {
lib/libcrypto/x509/x509_issuer_cache.c
54
static pthread_mutex_t x509_issuer_tree_mutex = PTHREAD_MUTEX_INITIALIZER;
lib/libcurses/curses.priv.h
649
extern NCURSES_EXPORT(void) _nc_mutex_init(pthread_mutex_t *);
lib/libcurses/curses.priv.h
650
extern NCURSES_EXPORT(int) _nc_mutex_lock(pthread_mutex_t *);
lib/libcurses/curses.priv.h
651
extern NCURSES_EXPORT(int) _nc_mutex_trylock(pthread_mutex_t *);
lib/libcurses/curses.priv.h
652
extern NCURSES_EXPORT(int) _nc_mutex_unlock(pthread_mutex_t *);
lib/libcurses/term.priv.h
222
pthread_mutex_t mutex_curses;
lib/libcurses/term.priv.h
223
pthread_mutex_t mutex_prescreen;
lib/libcurses/term.priv.h
224
pthread_mutex_t mutex_screen;
lib/libcurses/term.priv.h
225
pthread_mutex_t mutex_update;
lib/libcurses/term.priv.h
226
pthread_mutex_t mutex_tst_tracef;
lib/libcurses/term.priv.h
227
pthread_mutex_t mutex_tracef;
lib/libcurses/tinfo/lib_data.c
354
_nc_mutex_init(pthread_mutex_t * obj)
lib/libcurses/tinfo/lib_data.c
366
_nc_mutex_lock(pthread_mutex_t * obj)
lib/libcurses/tinfo/lib_data.c
375
_nc_mutex_trylock(pthread_mutex_t * obj)
lib/libcurses/tinfo/lib_data.c
384
_nc_mutex_unlock(pthread_mutex_t * obj)
lib/libedit/terminal.c
207
static pthread_mutex_t terminal_mutex = PTHREAD_MUTEX_INITIALIZER;
lib/librthread/rthread.h
60
pthread_mutex_t mutex;
lib/librthread/rthread_mutex_prio.c
25
pthread_mutex_getprioceiling(pthread_mutex_t *mutexp, int *prioceiling)
lib/librthread/rthread_mutex_prio.c
27
pthread_mutex_t mutex = *mutexp;
lib/librthread/rthread_mutex_prio.c
37
pthread_mutex_setprioceiling(pthread_mutex_t *mutexp, int prioceiling,
lib/librthread/rthread_mutex_prio.c
40
pthread_mutex_t mutex = *mutexp;
lib/libtls/tls_bio_cb.c
35
static pthread_mutex_t bio_cb_method_lock = PTHREAD_MUTEX_INITIALIZER;
lib/libtls/tls_internal.h
89
pthread_mutex_t mutex;
lib/libtls/tls_signer.c
48
static pthread_mutex_t signer_method_lock = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libc/locale/uselocale/uselocale.c
181
static pthread_mutex_t mtx;
regress/lib/libc/malloc/malloc_threaderr/malloc_threaderr.c
26
pthread_mutex_t mutex;
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
22
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/cancel/cancel.c
14
static pthread_mutex_t mutex;
regress/lib/libpthread/dlopen/dlopen.c
198
pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/dlopen/dlopen.c
84
int (*p_cond_timedwait)(pthread_cond_t *, pthread_mutex_t *, const struct timespec *);
regress/lib/libpthread/dlopen/dlopen.c
87
int (*p_mutex_destroy)(pthread_mutex_t *);
regress/lib/libpthread/dlopen/dlopen.c
88
int (*p_mutex_lock)(pthread_mutex_t *);
regress/lib/libpthread/dlopen/dlopen.c
89
int (*p_mutex_unlock)(pthread_mutex_t *);
regress/lib/libpthread/errno/errno.c
29
pthread_mutex_t m;
regress/lib/libpthread/group/group.c
24
pthread_mutex_t display;
regress/lib/libpthread/group/group.c
25
pthread_mutex_t display2;
regress/lib/libpthread/pcap/pcap.c
20
pthread_mutex_t dummy;
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
51
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
106
test_debug_double_unlock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
116
test_nocontention_trylock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
126
pthread_mutex_t mutex_static = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
137
pthread_mutex_t mutex_fast;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
151
pthread_mutex_t mutex_debug;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
168
test_mutex_recursive_lock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
183
test_mutex_recursive_trylock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
201
pthread_mutex_t mutex_recursive;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
219
pthread_mutex_t *mutex = arg;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
233
pthread_mutex_t mutex_normal;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
58
pthread_mutex_t *mutex = arg;
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
70
test_contention_lock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
89
test_nocontention_lock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
97
test_debug_double_lock(pthread_mutex_t *mutex)
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
22
pthread_mutex_t m;
regress/lib/libpthread/sigdeliver/sigdeliver.c
14
static pthread_mutex_t sync_mutex;
regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c
10
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/sigwait/sigwait.c
48
static pthread_mutex_t waiter_mutex;
regress/lib/libpthread/socket/1/socket1.c
58
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
regress/lib/libpthread/socket/2/socket2.c
72
static pthread_mutex_t waiter_mutex = PTHREAD_MUTEX_INITIALIZER;
regress/sys/kern/clock_gettime/monotonicrelapse.c
67
static pthread_mutex_t report_mutex = PTHREAD_MUTEX_INITIALIZER;
regress/sys/kern/pipe/test-kqueue.c
50
pthread_mutex_t c_mtx;
regress/sys/kern/pipe/test-run-down.c
34
pthread_mutex_t c_mtx;
regress/sys/kern/unixsockets/unconacc.c
39
static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
regress/sys/kern/unixsockets/undgram_conclose.c
39
static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
regress/sys/kern/unixsockets/unsendrecvthr.c
40
static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
regress/sys/kern/unixsockets/unsopassgc.c
40
static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
sbin/unwind/libunbound/util/locks.h
108
typedef pthread_mutex_t lock_rw_type;
sbin/unwind/libunbound/util/locks.h
127
typedef pthread_mutex_t lock_quick_type;
sbin/unwind/libunbound/util/locks.h
99
typedef pthread_mutex_t lock_basic_type;
usr.sbin/rpki-client/parser.c
48
static pthread_mutex_t globalq_mtx = PTHREAD_MUTEX_INITIALIZER;
usr.sbin/rpki-client/parser.c
51
static pthread_mutex_t globalmsgq_mtx = PTHREAD_MUTEX_INITIALIZER;
usr.sbin/unbound/testcode/checklocks.c
567
{ return pthread_mutex_trylock((pthread_mutex_t*)arg); }
usr.sbin/unbound/testcode/checklocks.c
570
{ return pthread_mutex_timedlock((pthread_mutex_t*)arg, to); }
usr.sbin/unbound/testcode/checklocks.h
134
pthread_mutex_t lock;
usr.sbin/unbound/testcode/checklocks.h
177
pthread_mutex_t mutex;
usr.sbin/unbound/util/locks.h
108
typedef pthread_mutex_t lock_rw_type;
usr.sbin/unbound/util/locks.h
127
typedef pthread_mutex_t lock_quick_type;
usr.sbin/unbound/util/locks.h
99
typedef pthread_mutex_t lock_basic_type;
usr.sbin/vmd/i8259.c
58
pthread_mutex_t pic_mtx;
usr.sbin/vmd/ns8250.h
63
pthread_mutex_t mutex;
usr.sbin/vmd/virtio.h
326
pthread_mutex_t mutex;
usr.sbin/vmd/vm.c
1002
mutex_unlock(pthread_mutex_t *m)
usr.sbin/vmd/vm.c
61
pthread_mutex_t threadmutex;
usr.sbin/vmd/vm.c
65
pthread_mutex_t vcpu_run_mtx[VMM_MAX_VCPUS_PER_VM];
usr.sbin/vmd/vm.c
68
pthread_mutex_t vcpu_unpause_mtx[VMM_MAX_VCPUS_PER_VM];
usr.sbin/vmd/vm.c
70
pthread_mutex_t vm_mtx;
usr.sbin/vmd/vm.c
984
mutex_lock(pthread_mutex_t *m)
usr.sbin/vmd/vmd.h
551
void mutex_lock(pthread_mutex_t *);
usr.sbin/vmd/vmd.h
552
void mutex_unlock(pthread_mutex_t *);