Searched refs:pthread_self (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_rw.h82 #define MUTEXLOCK(var, msg) if (var ## _owner != pthread_self()) { \
84 var ## _owner = pthread_self(); \
87 #define MUTEXUNLOCK(var, msg) if (var ## _owner == pthread_self()) { \
92 #define ASSERTMUTEXHELD(var) if (var ## _owner != pthread_self()) \
H A Dnis_hashitem.c102 pthread_t myself = pthread_self();
190 table->traverser_id == pthread_self()) {
223 pthread_self(), traverse?"traverse":"non-traverse", table,
288 item->writer_id = pthread_self();
292 item->last_reader_id = pthread_self();
351 pthread_t me = pthread_self();
416 mtid = pthread_self();
509 mtid = pthread_self();
591 item->writer_id != pthread_self()) ||
651 if (item->writer_id != pthread_self())
[all...]
H A Dnisdb_rw.c107 pthread_t myself = pthread_self();
139 pthread_t myself = pthread_self();
169 pthread_t myself = pthread_self();
348 pthread_t myself = pthread_self();
415 pthread_t myself = pthread_self();
464 pthread_t myself = pthread_self();
574 if (rw->writer_count == 0 || rw->writer.id != pthread_self()) {
593 pthread_t myself = pthread_self();
647 pthread_t myself = pthread_self();
H A Dldap_op.c442 pthread_t me = pthread_self();
471 me = pthread_self();
480 pthread_t me = pthread_self();
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_misc.c194 uu_panic_thread = pthread_self();
202 if (uu_panic_thread == pthread_self())
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.cc138 tid = pthread_self();
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_domain.c184 pthread_self(), reported_dc.r_domain, reported_dc.r_srv);
196 syslog(LOG_DEBUG, "smb_dc_await_failure[tid=%d]", pthread_self());
244 syslog(LOG_DEBUG, "smb_dc_ignore_failure[tid=%d]", pthread_self());
261 syslog(LOG_DEBUG, "smb_dc_reselecting[tid=%d]", pthread_self());
278 "%s\\%s", pthread_self(), reported_dc.r_domain,
284 pthread_self(), reported_dc.r_domain, reported_dc.r_srv);
315 pthread_self());
319 "timed out", pthread_self());
528 syslog(LOG_DEBUG, "smb_domain_getinfo[tid=%d]", pthread_self());
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c295 nbtd.nbs_ns.s_tid = pthread_self();
302 nbtd.nbs_dgm.s_tid = pthread_self();
309 nbtd.nbs_browser.s_tid = pthread_self();
316 nbtd.nbs_timer.s_tid = pthread_self();
/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c107 pthread_t my_tid = pthread_self();
140 active.tpa_tid = pthread_self();
493 pthread_t my_tid = pthread_self();
512 pthread_t my_tid = pthread_self();
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c73 .ltf_threadid_fn = (void * (*)(void))pthread_self
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h61 (void) fprintf(dbfp, "%u: ", pthread_self()); \
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c181 pthread_t tid = pthread_self();
461 if (workers[i] == pthread_self())
504 if (workers[i] == pthread_self()) {
565 "[%d] stopping other worker threads\n", pthread_self());
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h11 #define pthread_self thr_self macro
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_stream.c184 return (pthread_self());
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h132 # define sthread_get_id() pthread_self()
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c148 || &pthread_self == 0
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c293 (void *(*)(void))pthread_self
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c328 pthread_t self = pthread_self();
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c122 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) {
131 h->rh_holder = pthread_self();
143 assert(h->rh_holder == pthread_self());
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1724 #pragma weak pthread_self = thr_self macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c4524 thr->self = pthread_self();

Completed in 90 milliseconds