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

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c523 int toproc = 0; local
708 toproc = 0;
722 toproc = 1;
775 sigdeq(p, toproc ? NULL : t, sig, &lwp->lwp_curinfo);
H A Dflock.c3383 proc_vertex_t *toproc, *fromproc; local
3397 toproc = flk_get_proc_vertex(ep->to_vertex);
3406 if (pep->to_proc == toproc) {
3415 toproc->incount--;
3416 flk_proc_release(toproc);
3432 if (pep->to_proc == toproc) {
3441 pep->to_proc = toproc;
3443 toproc->incount++;

Completed in 80 milliseconds