Searched defs:monitor (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcmon.h69 PRMonitor *monitor; local
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvidmode.h41 XF86ConfMonitorPtr monitor; member in struct:_xf86cfgVidMode
H A Dconfig.h177 xf86cfgDevice *monitor; member in struct:__anon7354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dvidmode.h41 XF86ConfMonitorPtr monitor; member in struct:_xf86cfgVidMode
H A Dconfig.h150 xf86cfgDevice *monitor; member in struct:__anon7730
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dvidmode.h41 XF86ConfMonitorPtr monitor; member in struct:_xf86cfgVidMode
H A Dconfig.h149 xf86cfgDevice *monitor; member in struct:__anon8090
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dvidmode.h42 XF86ConfMonitorPtr monitor; member in struct:_xf86cfgVidMode
H A Dconfig.h178 xf86cfgDevice *monitor; member in struct:__anon4506
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dvidmode.h42 XF86ConfMonitorPtr monitor; member in struct:_xf86cfgVidMode
H A Dconfig.h178 xf86cfgDevice *monitor; member in struct:__anon4067
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbmisc.c66 static PRLock *monitor = NULL; variable
82 if (monitor == NULL) {
83 monitor = PR_NewLock();
118 PR_Lock(monitor);
121 PR_Unlock(monitor);
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp95 , monitor(aMonitor)
110 const HostDnsMonitor *monitor; member in struct:HostDnsMonitorProxy::Data
230 this, 128 * _1K, RTTHREADTYPE_IO, 0, "dns-monitor");
289 if (m->monitor)
290 m->monitor->releaseMonitorProxy(this);
299 m->monitor->addMonitorProxy(this);
371 HostDnsInformation *info = new HostDnsInformation(m->monitor->getInfo());
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c71 /* File monitor for password file */
372 passwd_changed_cb (GFileMonitor *monitor, GFile *file, GFile *other_file, GFileMonitorEvent event_type, LightDMUserList *user_list) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp84 PRMonitor *monitor; member in class:ipcTargetData
103 : monitor(nsAutoMonitor::NewMonitor("ipcTargetData"))
110 if (monitor)
111 nsAutoMonitor::DestroyMonitor(monitor);
124 if (!td->monitor)
155 if (monitor)
156 nsAutoMonitor::DestroyMonitor(monitor);
164 // the monitor protects the targetMap and the connected and shutdown flags.
168 // this monitor, it might be worth it to implement a re-entrant
171 PRMonitor *monitor; member in class:ipcClientState
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c572 static PRLock *monitor = NULL; variable
582 if (monitor == NULL) {
583 monitor = PR_NewLock();
585 PR_Lock(monitor);
624 if (needLock) PR_Unlock(monitor);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c147 PRMonitor* monitor; member in struct:PLEventQueue
251 self->monitor = mon;
300 return self->monitor;
313 PR_EnterMonitor(self->monitor);
321 /* destroying the monitor also destroys the name */
322 PR_ExitMonitor(self->monitor);
323 PR_DestroyMonitor(self->monitor);
337 mon = self->monitor;
401 entryCount = PR_GetMonitorEntryCount(self->monitor);
407 /* We need temporarily to give up our event queue monitor i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h123 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
192 /* The monitor description */
222 DisplayModePtr Modes; /* Start of the monitor's mode list */
223 DisplayModePtr Last; /* End of the monitor's mode list */
224 Gamma gamma; /* Gamma of the monitor */
450 MonPtr monitor; member in struct:_confscreenrec
703 Gamma gamma; /* Gamma of the monitor */
725 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h123 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
192 /* The monitor description */
222 DisplayModePtr Modes; /* Start of the monitor's mode list */
223 DisplayModePtr Last; /* End of the monitor's mode list */
224 Gamma gamma; /* Gamma of the monitor */
449 MonPtr monitor; member in struct:_confscreenrec
702 Gamma gamma; /* Gamma of the monitor */
724 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
459 MonPtr monitor; member in struct:_confscreenrec
719 Gamma gamma; /* Gamma of the monitor */
741 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
446 MonPtr monitor; member in struct:_confscreenrec
706 Gamma gamma; /* Gamma of the monitor */
728 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
445 MonPtr monitor; member in struct:_confscreenrec
705 Gamma gamma; /* Gamma of the monitor */
727 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
437 MonPtr monitor; member in struct:_confscreenrec
693 Gamma gamma; /* Gamma of the monitor */
715 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
437 MonPtr monitor; member in struct:_confscreenrec
693 Gamma gamma; /* Gamma of the monitor */
715 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86str.h124 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
193 /* The monitor description */
217 DisplayModePtr Modes; /* Start of the monitor's mode list */
218 DisplayModePtr Last; /* End of the monitor's mode list */
219 Gamma gamma; /* Gamma of the monitor */
434 MonPtr monitor; member in struct:_confscreenrec
690 Gamma gamma; /* Gamma of the monitor */
712 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec

Completed in 134 milliseconds

12