OSDN Git Service

Change the name "title_mutex" to "tty_mutex" throughout.
authorcgf <cgf>
Mon, 17 May 2004 15:27:55 +0000 (15:27 +0000)
committercgf <cgf>
Mon, 17 May 2004 15:27:55 +0000 (15:27 +0000)
commit9a9715f02fcd53e2ea1f44bc1b2e7de46ad3f523
tree33093350598cd5e621b237a5672c0a1a5f2a0de9
parent1d868aa892dad9c152a932e39644125e251f0fbd
Change the name "title_mutex" to "tty_mutex" throughout.
* tty.h (tty_list::allocate_tty): Turn argument into a boolean.
* tty.cc (tty_list::init): Protect entire allocation operation with tty_mutex
(formerly title_mutex) to protect against allocation races.
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/tty.cc
winsup/cygwin/tty.h
winsup/cygwin/winsup.h