CONSOLE_LOCK(9) Driver Basics CONSOLE_LOCK(9)NAMEconsole_lock - lock the console system for exclusive use.SYNOPSISvoid console_lock(void);ARGUMENTSvoid no argumentsDESCRIPTIONAcquires a lock which guarantees that the caller has exclusive access to the console system and the console_drivers list. Can sleep, returns nothing.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CONSOLE_LOCK(9)
| Related Man Pages |
|---|
| vm_map_unlock_read(9) - freebsd |
| vm_map_lock_downgrade(9) - debian |
| vm_map_lock(9) - debian |
| vm_map_trylock_read(9) - debian |
| vm_map_unlock_read(9) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| command line work script doesn't |
| Linux server locking up |
| How to lock own console when idle? |
| Implementing Ctrl +C in a script as a part of automation |