Searched defs:hotplug_event_queue (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c40 GQueue *hotplug_event_queue; variable
168 if (hotplug_event_queue == NULL)
169 hotplug_event_queue = g_queue_new ();
172 g_queue_push_head (hotplug_event_queue, hotplug_event);
174 g_queue_push_tail (hotplug_event_queue, hotplug_event);
184 (hotplug_event_queue == NULL || g_queue_is_empty (hotplug_event_queue))) {
193 hotplug_event = g_queue_pop_head (hotplug_event_queue);

Completed in 56 milliseconds