Searched refs:pthread_mutex_t (Results 51 - 75 of 100) sorted by relevance

1234

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread1.cc61 pthread_mutex_t fooLock;
/openbsd-current/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c51 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp39 pthread_mutex_t m_;
/openbsd-current/regress/sys/kern/clock_gettime/
H A Dmonotonicrelapse.c67 static pthread_mutex_t report_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/regress/lib/libpthread/dlopen/
H A Ddlopen.c84 int (*p_cond_timedwait)(pthread_cond_t *, pthread_mutex_t *, const struct timespec *);
87 int (*p_mutex_destroy)(pthread_mutex_t *);
88 int (*p_mutex_lock)(pthread_mutex_t *);
89 int (*p_mutex_unlock)(pthread_mutex_t *);
198 pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/usr.sbin/unbound/util/
H A Dlocks.h98 typedef pthread_mutex_t lock_basic_type;
107 typedef pthread_mutex_t lock_rw_type;
126 typedef pthread_mutex_t lock_quick_type;
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlocks.h98 typedef pthread_mutex_t lock_basic_type;
107 typedef pthread_mutex_t lock_rw_type;
126 typedef pthread_mutex_t lock_quick_type;
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks3.c105 static pthread_mutex_t mf_thread_data_lock = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstep.c23 pthread_mutex_t mut;
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-run-down.c34 pthread_mutex_t c_mtx;
/openbsd-current/regress/sys/kern/unixsockets/
H A Dunconacc.c39 static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
H A Dundgram_conclose.c39 static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
H A Dunsendrecvthr.c40 static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_issuer_cache.c54 static pthread_mutex_t x509_issuer_tree_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp155 pthread_mutex_t thread_stacks_mutex = PTHREAD_MUTEX_INITIALIZER;
244 pthread_mutex_t interceptor_init_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp50 pthread_mutex_t terminate_thread_mutex;
54 pthread_mutex_t tid_reported_mutex;
/openbsd-current/regress/lib/libpthread/cancel/
H A Dcancel.c14 static pthread_mutex_t mutex;
/openbsd-current/regress/lib/libpthread/pthread_rwlock/
H A Dpthread_rwlock.c22 pthread_mutex_t m;
/openbsd-current/regress/lib/libpthread/sigwait/
H A Dsigwait.c48 static pthread_mutex_t waiter_mutex;
/openbsd-current/regress/lib/libpthread/socket/1/
H A Dsocket1.c58 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/regress/lib/libpthread/socket/2/
H A Dsocket2.c72 static pthread_mutex_t waiter_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/regress/lib/libpthread/errno/
H A Derrno.c29 pthread_mutex_t m;
/openbsd-current/lib/libtls/
H A Dtls_bio_cb.c35 static pthread_mutex_t bio_cb_method_lock = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dpthread_allocimpl.h134 static pthread_mutex_t _S_chunk_allocator_lock;
398 pthread_mutex_t _Pthread_alloc_template<_Max_size>::_S_chunk_allocator_lock
/openbsd-current/usr.sbin/vmd/
H A Dvmd.h499 void mutex_lock(pthread_mutex_t *);
500 void mutex_unlock(pthread_mutex_t *);

Completed in 297 milliseconds

1234