Searched defs:lck_tid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlckpwdf.c61 static thread_t lck_tid = 0; /* thread that holds the lock */ variable
75 lck_tid = 0;
77 if (lck_tid == 0) {
83 lck_tid = thr_self();
113 if (lck_tid == thr_self() && fildes >= 0) {
119 lck_tid = 0;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c66 static thread_t lck_tid = 0; /* thread that holds the lock */ variable
818 lck_tid = 0;
821 if (lck_tid == 0) {
827 lck_tid = thr_self();
863 if (lck_tid == thr_self() && fildes >= 0) {
869 lck_tid = 0;

Completed in 45 milliseconds