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

/freebsd-10.0-release/sys/kern/
H A Dsys_generic.c116 * t - protected by st_mtx
123 struct mtx st_mtx; /* Protects struct seltd */ member in struct:seltd
1723 mtx_lock(&stp->st_mtx);
1726 mtx_unlock(&stp->st_mtx);
1739 mtx_init(&stp->st_mtx, "sellck", NULL, MTX_DEF);
1757 mtx_lock(&stp->st_mtx);
1763 mtx_unlock(&stp->st_mtx);
1769 error = cv_timedwait_sig_sbt(&stp->st_wait, &stp->st_mtx,
1772 error = cv_wait_sig(&stp->st_wait, &stp->st_mtx);
1773 mtx_unlock(&stp->st_mtx);
[all...]

Completed in 71 milliseconds