/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mmc.idl | 33 #define threading(model) 58 threading(apartment),
|
H A D | xmldso.idl | 32 #define threading(model) 70 threading(apartment),
|
H A D | msdasc.idl | 33 #define threading(model) 127 threading(both), 138 threading(both),
|
H A D | httprequest.idl | 33 #define threading(model) 195 threading(apartment),
|
H A D | mstask.idl | 35 #define threading(model) 386 threading(both), 396 threading(both),
|
H A D | exdisp.idl | 39 #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 D | msxml2.idl | 38 #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 D | xmldom.idl | 32 #define threading(model) 757 threading(both), 771 threading(both), 840 threading(apartment),
|
H A D | msxml6.idl | 38 #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 D | msxml.idl | 357 threading(both),
|
H A D | wuapi.idl | 31 #define threading(model) 1334 threading(both), 1343 threading(both), 1352 threading(both),
|
H A D | wbemdisp.idl | 31 #define threading(model) 1120 threading(apartment),
|
/vbox/src/libs/xpcom18a4/python/ |
H A D | __init__.py | 106 import sys, os, threading, thread namespace 116 hdlr.lock = threading.RLock() 136 hdlr.lock = threading.RLock()
|
H A D | file.py | 66 import threading # for locks. namespace 96 self.lockob = threading.Lock()
|
/vbox/src/VBox/ValidationKit/tests/api/ |
H A D | tdPython1.py | 37 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 D | thread2.py | 4 from threading import Thread, Lock
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxcommand.py | 34 import threading; namespace 67 self._oCurTaskLock = threading.RLock();
|
H A D | testboxupgrade.py | 36 import threading namespace 131 oThread = threading.Thread(target=_doUpgradeThreadProc, args=(oChild.stdout, asBuf));
|
H A D | testboxtasks.py | 39 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 D | SessionImpl.h | 28 [threading(free)]
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 29 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 D | base.py | 43 import threading namespace 373 self.__oRLock = threading.RLock(); 374 self.oCv = threading.Condition(self.__oRLock);
|
H A D | txsclient.py | 37 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 D | vboxapi.py | 473 import threading namespace 503 self.oIntCv = threading.Condition()
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | Misc.py | 21 import threading namespace 805 Progressor._StopFlag = threading.Event() 816 Progressor._ProgressThread = threading.Thread(target=self._ProgressThreadEntry)
|