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

/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c18 static pthread_mutex_t closermtx; variable
25 pthread_mutex_lock(&closermtx);
28 pthread_cond_wait(&closercv, &closermtx);
30 pthread_mutex_unlock(&closermtx);
41 pthread_mutex_lock(&closermtx);
43 pthread_mutex_unlock(&closermtx);
57 pthread_mutex_lock(&closermtx);
59 pthread_mutex_unlock(&closermtx);
70 pthread_mutex_lock(&closermtx);
76 pthread_mutex_unlock(&closermtx);
[all...]

Completed in 92 milliseconds