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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dretry.h24 /** Timer is currently running */
25 unsigned int running; member in struct:retry_timer
94 * This starts the timer running with a zero timeout value.
101 * Test to see if timer is currently running
104 * @ret running Non-zero if timer is running
108 return ( timer->running );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_timer.h22 char running; member in struct:Timer
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtmoacc.c57 typedef enum {running, stopped} Status; enumerator in enum:__anon17268
189 } while (running == shared->status);
215 shared->status = running;
283 while (shared->status == running)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp624 PRBool running = PR_TRUE; local
626 while (running && (++aIndex < (PRInt32)mCount)) {
627 running = (*aFunc)(mArray[aIndex], aData);
629 return running;
636 PRBool running = PR_TRUE; local
638 while (running && (0 < aIndex--)) {
639 running = (*aFunc)(mArray[aIndex], aData);
641 return running;
H A DnsVoidArray.cpp642 PRBool running = PR_TRUE; local
646 while (running && (++index < mImpl->mCount))
648 running = (*aFunc)(mImpl->mArray[index], aData);
651 return running;
656 PRBool running = PR_TRUE; local
661 while (running && (0 <= --index))
663 running = (*aFunc)(mImpl->mArray[index], aData);
666 return running;
870 PRBool running = PR_TRUE; local
874 while (running
886 PRBool running = PR_TRUE; local
1115 PRBool running = PR_TRUE; local
1131 PRBool running = PR_TRUE; local
[all...]
/vbox/src/VBox/Devices/Audio/
H A Daudio.c1595 static void audio_vm_change_state_handler (void *opaque, int running) argument
1600 int op = running ? VOICE_ENABLE : VOICE_DISABLE;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp2169 // If we're running under OS X ask LaunchServices if we're executable
2651 { // We're running under Mac OS X, LaunchServices here we come
2665 { // We're running under Mac OS 8.x/9.x, use the Finder Luke
2796 Boolean running = false; local
2840 running = NS_SUCCEEDED(rv);
2864 if (running)
2899 // let's be nice and wait until it's running
3064 { // If we're running under OS X use LaunchServices to determine the app
3083 // is the app running?

Completed in 556 milliseconds