Searched refs:threading (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmc.idl33 #define threading(model)
58 threading(apartment),
H A Dxmldso.idl32 #define threading(model)
70 threading(apartment),
H A Dmsdasc.idl33 #define threading(model)
127 threading(both),
138 threading(both),
H A Dhttprequest.idl33 #define threading(model)
195 threading(apartment),
H A Dmstask.idl35 #define threading(model)
386 threading(both),
396 threading(both),
H A Dexdisp.idl39 #define threading(model)
492 threading(apartment),
508 threading(apartment),
628 threading(apartment),
751 threading(apartment),
845 threading(apartment),
857 threading(apartment),
1032 threading(apartment),
1044 threading(apartment),
H A Dmsxml2.idl38 #define threading(model)
1546 threading(both),
1577 threading(both),
1599 threading(both),
1630 threading(both),
1651 threading(apartment),
1679 threading(apartment),
1691 threading(apartment),
1719 threading(apartment),
1739 threading(bot
[all...]
H A Dxmldom.idl32 #define threading(model)
757 threading(both),
771 threading(both),
840 threading(apartment),
H A Dmsxml6.idl38 #define threading(model)
1466 threading(both),
1514 threading(both),
1558 threading(apartment),
1593 threading(apartment),
1636 threading(both),
1679 threading(both),
3175 threading(both),
3247 threading(both),
3330 threading(bot
[all...]
H A Dmsxml.idl357 threading(both),
H A Dwuapi.idl31 #define threading(model)
1334 threading(both),
1343 threading(both),
1352 threading(both),
H A Dwbemdisp.idl31 #define threading(model)
1120 threading(apartment),
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py106 import sys, os, threading, thread namespace
116 hdlr.lock = threading.RLock()
136 hdlr.lock = threading.RLock()
H A Dfile.py66 import threading # for locks. namespace
96 self.lockob = threading.Lock()
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdPython1.py37 import threading namespace
131 oThread = threading.Thread(target=self.testEventQueueWaitingThreadProc);
183 oThread = threading.Thread(target=self.interruptWaitEventsThreadProc);
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dthread2.py4 from threading import Thread, Lock
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommand.py34 import threading; namespace
67 self._oCurTaskLock = threading.RLock();
H A Dtestboxupgrade.py36 import threading namespace
131 oThread = threading.Thread(target=_doUpgradeThreadProc, args=(oChild.stdout, asBuf));
H A Dtestboxtasks.py39 import threading namespace
67 self.__oRLock = threading.RLock();
68 self._oCv = threading.Condition(self.__oRLock);
73 self._oThread = threading.Thread(target=fnThreadProc);
166 self._oBackLogLock = threading.RLock();
167 self._oBackLogFlushLock = threading.RLock();
442 oChild.oOutputThread = threading.Thread(target=self._outputThreadProc, args=(oChild, oChild.stdout, sAction))
/vbox/src/VBox/Main/include/
H A DSessionImpl.h28 [threading(free)]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py29 from threading import *
404 _PendingQueueLock = threading.Lock()
408 _ReadyQueueLock = threading.Lock()
412 _RunningQueueLock = threading.Lock()
418 _ErrorFlag = threading.Event()
426 _SchedulerStopped = threading.Event()
508 EdkLogger.debug(EdkLogger.DEBUG_8, "Threads [%s]" % ", ".join([Th.getName() for Th in threading.enumerate()]))
548 # use threading.Event to communicate this formation to main thread.
649 (threading.currentThread().getName(), Command, WorkingDir)
1411 ExitFlag = threading
[all...]
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py43 import threading namespace
373 self.__oRLock = threading.RLock();
374 self.oCv = threading.Condition(self.__oRLock);
H A Dtxsclient.py37 import threading namespace
452 self.oThread = threading.Thread(target=self.taskThread, args=(), name=('TXS-%s' % (sStatus)));
1639 self.oCv = threading.Condition();
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py473 import threading namespace
503 self.oIntCv = threading.Condition()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py21 import threading namespace
805 Progressor._StopFlag = threading.Event()
816 Progressor._ProgressThread = threading.Thread(target=self._ProgressThreadEntry)

Completed in 349 milliseconds

12