VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxSDL/Helper.h@ 85629

Last change on this file since 85629 was 82968, checked in by vboxsync, 5 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1/* $Id: Helper.h 82968 2020-02-04 10:35:17Z vboxsync $ */
2/** @file
3 *
4 * VBox frontends: VBoxSDL (simple frontend based on SDL):
5 * Miscellaneous helpers header
6 */
7
8/*
9 * Copyright (C) 2006-2020 Oracle Corporation
10 *
11 * This file is part of VirtualBox Open Source Edition (OSE), as
12 * available from http://www.virtualbox.org. This file is free software;
13 * you can redistribute it and/or modify it under the terms of the GNU
14 * General Public License (GPL) as published by the Free Software
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18 */
19
20#ifndef VBOX_INCLUDED_SRC_VBoxSDL_Helper_h
21#define VBOX_INCLUDED_SRC_VBoxSDL_Helper_h
22#ifndef RT_WITHOUT_PRAGMA_ONCE
23# pragma once
24#endif
25
26#if defined(VBOX_WITH_XPCOM) && !defined(RT_OS_DARWIN) && !defined(RT_OS_OS2)
27
28/** Indicates that the XPCOM queue thread is needed for this platform. */
29# define USE_XPCOM_QUEUE_THREAD 1
30
31/**
32 * Creates the XPCOM event thread
33 *
34 * @returns VBOX status code
35 * @param eqFD XPCOM event queue file descriptor
36 */
37int startXPCOMEventQueueThread(int eqFD);
38
39/*
40 * Notify the XPCOM thread that we consumed an XPCOM event
41 */
42void consumedXPCOMUserEvent(void);
43
44/**
45 * Signal to the XPCOM even queue thread that it should select for more events.
46 */
47void signalXPCOMEventQueueThread(void);
48
49/**
50 * Indicates to the XPCOM thread that it should terminate now.
51 */
52void terminateXPCOMQueueThread(void);
53
54#endif /* defined(VBOX_WITH_XPCOM) && !defined(RT_OS_DARWIN) && !defined(RT_OS_OS2) */
55
56#endif /* !VBOX_INCLUDED_SRC_VBoxSDL_Helper_h */
57
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette