Searched refs:currentThread (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java47 Thread.currentThread().sleep(1000);
67 Thread.currentThread().sleep(1000);
H A DTestAbort.java52 Thread.currentThread().sleep(1000);
80 Thread.currentThread().sleep(1000);
132 Thread.currentThread().sleep(1000);
H A DTestDrop.java66 Thread.currentThread().sleep(50);
79 Thread t = Thread.currentThread();
129 Thread t = Thread.currentThread();
145 Thread t = Thread.currentThread();
H A DTestStopLock.java54 Thread.currentThread().sleep(500);
H A DTestFunctionLookup.java59 Thread.currentThread().sleep(100);
91 Thread.currentThread().sleep(500);
H A DTestStateMachine.java612 Thread.currentThread().sleep(300);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp211 PRThread* currentThread = PR_GetCurrentThread(); local
212 nsIEventQueue* queue = mEventQTable.GetWeak(currentThread);
216 mEventQTable.Remove(currentThread); // remove nsIEventQueue from hash table (releases)
267 PRThread* currentThread = PR_GetCurrentThread(); local
276 nsIEventQueue* queue = mEventQTable.GetWeak(currentThread);
289 MakeNewQueue(currentThread, native, &newQueue); // create new queue; addrefs
293 mEventQTable.Put(currentThread, newQueue);
320 PRThread* currentThread = PR_GetCurrentThread(); local
326 mEventQTable.Get(currentThread, getter_AddRefs(eldestQueue));
330 mEventQTable.Remove(currentThread);
[all...]
H A DnsIThread.idl102 readonly attribute nsIThread currentThread;
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_context.c416 pack_spu.context[slot].currentThread = thread;
460 thread = context->currentThread;
476 context->currentThread = NULL;
534 thread = newCtx->currentThread;
543 if (newCtx->currentThread && newCtx->currentThread != thread)
548 if (newCtx->currentThread
549 && newCtx->currentThread->inUse
550 && newCtx->currentThread->netServer.conn
551 && newCtx->currentThread
[all...]
H A Dpackspu.h71 ThreadInfo *currentThread; member in struct:context_info_t
H A Dpackspu_misc.c498 thread->currentContext->currentThread = fEnable ? thread : NULL;
773 if (ctx->currentThread == thread)
776 ctx->currentThread = NULL;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m296 m_Thread = [NSThread currentThread];
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py649 (threading.currentThread().getName(), Command, WorkingDir)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp147 if (thread() != QThread::currentThread())
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m1217 m_Thread = [NSThread currentThread];
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 4001 milliseconds