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

/osnet-11/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;

Completed in 20 milliseconds