HomeSort by: relevance | last modified time | path
    Searched defs:constty_lock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
tty.c 211 kmutex_t constty_lock; variable in typeref:typename:kmutex_t
478 * Make sure this is not the constty. Without constty_lock it
1135 mutex_enter(&constty_lock);
1168 unlock_constty: mutex_exit(&constty_lock);
3065 mutex_init(&constty_lock, MUTEX_DEFAULT, IPL_NONE);

Completed in 12 milliseconds