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

1234

/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-impl.h229 extern pthread_mutex_t __mf_biglock;
H A Dmf-runtime.c188 pthread_mutex_t __mf_biglock =
/openbsd-current/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp238 static pthread_mutex_t g_mutex = PTHREAD_MUTEX_INITIALIZER;
253 Locker(pthread_mutex_t *mutex_ptr) : m_mutex_ptr(mutex_ptr) {
258 Locker(pthread_mutex_t *mutex_ptr, bool &lock_acquired) : m_mutex_ptr(NULL) {
270 pthread_mutex_t *m_mutex_ptr;
/openbsd-current/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp239 pthread_mutex_t mutex;
/openbsd-current/regress/sys/kern/unixsockets/
H A Dunsopassgc.c40 static pthread_mutex_t therr_mtx = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-kqueue.c50 pthread_mutex_t c_mtx;
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Demutls.c52 static pthread_mutex_t emutls_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/lib/libtls/
H A Dtls_internal.h89 pthread_mutex_t mutex;
H A Dtls_signer.c39 static pthread_mutex_t signer_method_lock = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/usr.sbin/vmd/
H A Dvm.c117 pthread_mutex_t threadmutex;
121 pthread_mutex_t vcpu_run_mtx[VMM_MAX_VCPUS_PER_VM];
124 pthread_mutex_t vcpu_unpause_mtx[VMM_MAX_VCPUS_PER_VM];
2208 mutex_lock(pthread_mutex_t *m)
2226 mutex_unlock(pthread_mutex_t *m)
H A Di8259.c59 pthread_mutex_t pic_mtx;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h193 typedef pthread_mutex_t mutex_t;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp78 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t);
H A Dsanitizer_platform_limits_freebsd.cpp118 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t);
H A Dsanitizer_platform_limits_posix.cpp198 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t);
H A Dsanitizer_platform_limits_netbsd.cpp544 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.c537 { return pthread_mutex_trylock((pthread_mutex_t*)arg); }
540 { return pthread_mutex_timedlock((pthread_mutex_t*)arg, to); }
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c96 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp423 static pthread_mutex_t Mutex;
/openbsd-current/regress/lib/libc/locale/uselocale/
H A Duselocale.c181 static pthread_mutex_t mtx;
/openbsd-current/gnu/usr.bin/perl/
H A Dutil.c6607 /* pthread_mutex_t and perl_mutex are typedef equivalent
6612 return pthread_mutex_lock((pthread_mutex_t *) mutex);
6617 return pthread_mutex_unlock((pthread_mutex_t *) mutex);
6622 return pthread_mutex_destroy((pthread_mutex_t *) mutex);
H A Dperl.h3748 typedef pthread_mutex_t PERL_TSA_CAPABILITY("mutex") perl_mutex;
/openbsd-current/lib/libedit/
H A Dterminal.c207 static pthread_mutex_t terminal_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp71 static pthread_mutex_t g_process_map_mutex = PTHREAD_MUTEX_INITIALIZER;
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3434 pthread_mutex_t* mu;
3452 pthread_mutex_t mu;

Completed in 497 milliseconds

1234