Searched refs:pthread_mutex_t (Results 26 - 50 of 232) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_impl.h43 pthread_mutex_t swms_timerlock;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h55 pthread_mutex_t semMutex;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h48 pthread_mutex_t mh_lock; /* hash lock */
62 pthread_mutex_t tm_lock; /* Lock for tm_cv/owner/flags/refs */
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Drandom.c39 static pthread_mutex_t random_mutex = PTHREAD_MUTEX_INITIALIZER;
40 static pthread_mutex_t urandom_mutex = PTHREAD_MUTEX_INITIALIZER;
42 static pthread_mutex_t random_seed_mutex = PTHREAD_MUTEX_INITIALIZER;
43 static pthread_mutex_t urandom_seed_mutex = PTHREAD_MUTEX_INITIALIZER;
136 pkcs11_open_common(int *fd, pthread_mutex_t *mtx, const char *dev, int oflag)
178 pkcs11_close_common(int *fd, pthread_mutex_t *mtx)
214 pkcs11_read_common(int *fd, pthread_mutex_t *mtx, void *dbuf, size_t dlen)
241 pkcs11_write_common(int *fd, pthread_mutex_t *mtx, void *dbuf, size_t dlen)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_iosvc.h99 pthread_mutex_t msg_q_lock; /* protects iosvc msg Q */
117 pthread_mutex_t msg_ack_lock; /* protects msg_ack_cv */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c27 static pthread_mutex_t log_mutex;
34 pthread_mutex_t systime_mutex;
42 pthread_mutex_t log_mutex;
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c40 extern pthread_mutex_t mp_lib_mutex;
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.h56 pthread_mutex_t set_lock;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h159 pthread_mutex_t sip_conn_obj_reass_lock;
161 pthread_mutex_t sip_conn_obj_cache_lock;
212 pthread_mutex_t sip_counter_mutex; /* Mutex should be always at end */
219 pthread_mutex_t sip_logfile_mutex;
/illumos-gate/usr/src/lib/libfru/libfru/
H A DParser.cc40 pthread_mutex_t gParserLock;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c57 static pthread_mutex_t lock = LIBBIND_MUTEX_INITIALIZER;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h47 pthread_mutex_t ids_lock; /* lock protecting idspace contents */
H A Dfmd_time.h54 pthread_mutex_t fts_lock; /* lock protecting contents of fmd_timesim */
H A Dfmd_timerq.h59 pthread_mutex_t tmq_lock; /* lock protecting timer queue contents */
H A Dfmd_xprt.h109 pthread_mutex_t xi_stats_lock; /* lock protecting xi_stats data */
111 pthread_mutex_t xi_lock; /* lock for modifying members below */
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_msgq.h73 pthread_mutex_t q_mutex;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h50 pthread_mutex_t dpr_lock; /* lock for manipulating dpr_hdl */
91 pthread_mutex_t dph_lock; /* lock protecting dph_notify list */
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h56 pthread_mutex_t lock;
58 pthread_mutex_t traverser_id_lock;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h69 pthread_mutex_t lock;
100 pthread_mutex_t lock;
H A Dadutils_threadfuncs.c122 pthread_mutex_t *mutexp;
125 mutexp = malloc(sizeof (pthread_mutex_t));
152 (void) pthread_mutex_destroy((pthread_mutex_t *)mutexp);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h239 pthread_mutex_t rn_lock;
390 pthread_mutex_t cb_lock;
393 char cb_pad[64 - sizeof (pthread_mutex_t) -
411 pthread_mutex_t rs_lock;
460 pthread_mutex_t re_lock;
472 pthread_mutex_t ri_lock;
534 pthread_mutex_t rc_lock;
545 pthread_mutex_t rc_annotate_lock;
552 pthread_mutex_t cb_lock;
554 char ch_pad[64 - sizeof (pthread_mutex_t)
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h145 pthread_mutex_t manager_mutex;
164 pthread_mutex_t fault_indicator_mutex;
180 pthread_mutex_t fru_mutex;
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h44 extern pthread_mutex_t active_ncp_mutex;
45 extern pthread_mutex_t active_loc_mutex;
84 pthread_mutex_t nwamd_link_wifi_mutex;
/illumos-gate/usr/src/lib/libuutil/common/
H A Dlibuutil_impl.h118 pthread_mutex_t ulp_lock; /* protects null_list */
164 pthread_mutex_t uap_lock; /* protects null_avl */
/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c125 audit_incr_ref(pthread_mutex_t *l, audit_rec_t *p)
138 audit_release(pthread_mutex_t *l, audit_rec_t *p)

Completed in 78 milliseconds

12345678910