Searched refs:once (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.h18 #pragma once
H A DVBoxStub.h18 #pragma once
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_console.h41 #pragma once
H A Dmac_strings.h41 #pragma once
H A Dmac_xpidl.h9 #pragma once
H A Dmac_xpidl_panel.h41 #pragma once
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_main.c103 static int once; local
105 if (!once++) FIXME("stub\n");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dd3d9_main.c98 static int once; local
100 if (!once++) FIXME("stub\n");
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprinit.h247 PRCallOnceType *once,
252 PRCallOnceType *once,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c816 PRCallOnceType *once,
821 if (!once->initialized) {
822 if (PR_AtomicSet(&once->inProgress, 1) == 0) {
823 once->status = (*func)();
825 once->initialized = 1;
830 while (!once->initialized) {
836 return once->status;
840 PRCallOnceType *once,
846 if (!once->initialized) {
847 if (PR_AtomicSet(&once
[all...]
/vbox/include/iprt/
H A Druntime-loader.h30 # include <iprt/once.h>
/vbox/src/libs/libxml2-2.6.31/
H A Dlibxml2.spec18 at parse time or later once the document has been modified. The output
37 at parse time or later once the document has been modified. The output
58 at parse time or later once the document has been modified.
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp34 #include <iprt/once.h>
93 execute once construct to make sure there aren't any threading issues. */
/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp41 #include <iprt/once.h>
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dmp-freebsd.cpp42 #include <iprt/once.h>
/vbox/src/VBox/Runtime/r3/solaris/
H A Dsystemmem-solaris.cpp37 #include <iprt/once.h>
47 /** Initialize globals once. */
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp44 #include <iprt/once.h>
/vbox/src/VBox/Runtime/testcase/
H A DtstOnce.cpp30 #include <iprt/once.h>
124 * Throw a bunch of threads up against a init once thing.
/vbox/src/VBox/Runtime/common/misc/
H A Dterm.cpp37 #include <iprt/once.h>
64 /** Execute once construct protecting lazy callback initialization. */
H A Donce.cpp31 #include <iprt/once.h>
176 * @param pOnce The execute once structure.
337 * Yes, so do the execute once stuff.
/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp39 #include <iprt/once.h>
45 /** Initialize once object. */
131 * Init once for the path conversion code.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h62 #pragma once
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.c66 static PRCallOnceType once; variable
71 ** InitializeArenas() is called exactly once and only once from
94 PRStatus rc = PR_CallOnce( &once, InitializeArenas );
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh126 Command to execute once to perform any set-up needed before starting the
138 Command to execute once the X servers have been successfully started. It
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile84 once.c \

Completed in 1424 milliseconds

123