Searched refs:gTTYCookieLock (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp20 struct mutex gTTYCookieLock; variable in typeref:struct:mutex
34 mutex_init(&gTTYCookieLock, "tty cookies");
44 mutex_destroy(&gTTYCookieLock);
H A Dtty_private.h145 extern struct mutex gTTYCookieLock;
H A Dtty.cpp47 gTTYCookieLock: Guards the access to the fields
151 MutexLocker _(gTTYCookieLock);
163 MutexLocker locker(gTTYCookieLock);
1402 MutexLocker locker(gTTYCookieLock);
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Ddriver.cpp37 struct mutex gTTYCookieLock; variable in typeref:struct:mutex
63 mutex_init(&gTTYCookieLock, "tty cookies");
123 mutex_destroy(&gTTYCookieLock);
H A Dtty_private.h159 extern struct mutex gTTYCookieLock;
H A Dtty.cpp52 gTTYCookieLock: Guards the access to the fields
162 MutexLocker _(gTTYCookieLock);
174 MutexLocker locker(gTTYCookieLock);
1008 MutexLocker locker(gTTYCookieLock);

Completed in 55 milliseconds