centos man page for console_lock

Query: console_lock

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CONSOLE_LOCK(9) 						   Driver Basics						   CONSOLE_LOCK(9)

NAME
console_lock - lock the console system for exclusive use.
SYNOPSIS
void console_lock(void);
ARGUMENTS
void no arguments
DESCRIPTION
Acquires a lock which guarantees that the caller has exclusive access to the console system and the console_drivers list. Can sleep, returns nothing.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CONSOLE_LOCK(9)
Related Man Pages
wait_event_interruptible_exclusive_locked_irq(9) - centos
vm_map_lock_downgrade(9) - debian
vm_map_lock(9) - debian
vm_map_trylock(9) - debian
vm_map_trylock(9) - freebsd
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