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

12345678

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h41 pthread_mutex_t lock;
44 pthread_mutex_t lock;
/freebsd-13-stable/contrib/llvm-project/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;
/freebsd-13-stable/contrib/apr/include/
H A Dapr_portable.h137 pthread_mutex_t *pthread_interproc;
143 pthread_mutex_t *intraproc;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h244 typedef pthread_mutex_t mutex_t;
358 int pthread_mutex_init(pthread_mutex_t*, const pthread_mutexattr_t*) __attribute__((weak));
359 int pthread_mutex_lock(pthread_mutex_t*) __attribute__((weak));
360 int pthread_mutex_unlock(pthread_mutex_t*) __attribute__((weak));
361 int pthread_mutex_destroy(pthread_mutex_t*) __attribute__((weak));
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c52 static pthread_mutex_t mutex;
53 static pthread_mutex_t static_mutex = PTHREAD_MUTEX_INITIALIZER;
69 mutex_lock(pthread_mutex_t *m, const struct timespec *ts)
449 static pthread_mutex_t mutex5;
514 static pthread_mutex_t mutex6;
H A Dt_cond.c45 static pthread_mutex_t mutex;
47 static pthread_mutex_t static_mutex = PTHREAD_MUTEX_INITIALIZER;
544 pthread_mutex_unlock((pthread_mutex_t *)arg);
H A Dh_resolv.c61 static pthread_mutex_t stats = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_init.c136 int __pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
137 int __pthread_mutex_lock(pthread_mutex_t *);
138 int __pthread_mutex_trylock(pthread_mutex_t *);
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dmlx4.h72 pthread_mutex_t mutex;
138 pthread_mutex_t qp_table_mutex;
146 pthread_mutex_t db_list_mutex;
/freebsd-13-stable/contrib/processor-trace/include/posix/
H A Dthreads.h127 pthread_mutex_t mutex;
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h88 #define HEIMDAL_MUTEX pthread_mutex_t
/freebsd-13-stable/lib/libc/gen/
H A Dpopen.c64 static pthread_mutex_t pidlist_mutex = PTHREAD_MUTEX_INITIALIZER;
H A Dsem.c84 pthread_mutex_t lock;
112 static pthread_mutex_t named_sems_mtx = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/lib/libc/stdlib/
H A Datexit.c64 static pthread_mutex_t atexit_mutex = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_random.c148 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_passwd.c51 static pthread_mutex_t crypt_mutex = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c184 zpool_find_import_blkid(libpc_handle_t *hdl, pthread_mutex_t *lock,
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h270 pthread_mutex_t mtx;
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h224 pthread_mutex_t qp_table_mutex;
230 pthread_mutex_t srq_table_mutex;
236 pthread_mutex_t uidx_table_mutex;
241 pthread_mutex_t db_list_mutex;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c85 static pthread_mutex_t adist_remote_mtx;
90 static pthread_mutex_t adist_free_list_lock;
93 static pthread_mutex_t adist_send_list_lock;
96 static pthread_mutex_t adist_recv_list_lock;
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_class.c55 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
H A Dbsm_user.c55 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c168 static pthread_mutex_t damtx;
/freebsd-13-stable/lib/librt/
H A Dsigev_thread.c57 static pthread_mutex_t *sigev_list_mtx;
119 sigev_list_mtx = malloc(sizeof(pthread_mutex_t));
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1187 zpool_find_import_scan_add_slice(libpc_handle_t *hdl, pthread_mutex_t *lock,
1216 zpool_find_import_scan_dir(libpc_handle_t *hdl, pthread_mutex_t *lock,
1259 zpool_find_import_scan_path(libpc_handle_t *hdl, pthread_mutex_t *lock,
1304 zpool_find_import_scan(libpc_handle_t *hdl, pthread_mutex_t *lock,
1370 pthread_mutex_t *lock, avl_tree_t *cache)
1495 avl_tree_t *cache, pthread_mutex_t *lock)
1614 pthread_mutex_t lock;
1701 pthread_mutex_t lock;

Completed in 285 milliseconds

12345678