HomeSort by: relevance | last modified time | path
    Searched refs:t_sigcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
tty.h 149 int t_sigcount; /* # pending signals */ member in struct:tty
  /src/sys/kern/
tty.c 2975 if (tp->t_sigcount != 0)
3092 if (tp->t_sigcount++ == 0)
3117 KASSERT(tp->t_sigcount > 0);
3124 if (--tp->t_sigcount == 0)

Completed in 13 milliseconds