Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmutex.py23 self.locked = False
28 return self.locked
33 if not self.locked:
34 self.locked = True
55 self.locked = False
Ddummy_thread.py130 def locked(self): member in LockType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pth.h25 char locked; /* 0=unlocked, 1=locked */ member
100 lock->locked = 0; in PyThread_allocate_lock()
133 success = thelock->locked == 0; in PyThread_acquire_lock()
134 if (success) thelock->locked = 1; in PyThread_acquire_lock()
145 while ( thelock->locked ) { in PyThread_acquire_lock()
150 thelock->locked = 1; in PyThread_acquire_lock()
170 thelock->locked = 0; in PyThread_release_lock()
Dthread_pthread.h114 char locked; /* 0=unlocked, 1=locked */ member
368 lock->locked = 0; in PyThread_allocate_lock()
416 success = thelock->locked == 0; in PyThread_acquire_lock()
423 while ( thelock->locked ) { in PyThread_acquire_lock()
430 if (success) thelock->locked = 1; in PyThread_acquire_lock()
450 thelock->locked = 0; in PyThread_release_lock()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_contextlib.py273 def boilerPlate(self, lock, locked): argument
274 self.assertFalse(locked())
276 self.assertTrue(locked())
277 self.assertFalse(locked())
280 self.assertTrue(locked())
282 self.assertFalse(locked())
286 self.boilerPlate(lock, lock.locked)
294 def locked(): function
296 self.boilerPlate(lock, locked)
300 def locked(): function
[all …]
Dtest_dummy_thread.py27 self.assertTrue(not self.lock.locked(),
34 self.assertTrue(not self.lock.locked(),
56 self.assertTrue(self.lock.locked(),
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/PhysicalPresencePei/
DPhysicalPresencePei.uni5 // TPM physical presence needs to be locked. It can be replaced by a
22 …SICAL_PRESENCE_PPI to indicate whether TPM physical presence needs to be locked. It can be replace…
DPhysicalPresencePei.inf5 # TPM physical presence needs to be locked. It can be replaced by a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Ddummy_thread.py130 def locked(self): member in LockType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DSynch.py68 locked = self.__wait.acquire(flag)
69 if not flag and not locked:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h67 #define PEI_ASSERT_LOCKED(PeiST, l) if(!(l)->Lock) _PEI_DEBUG_ASSERT(PeiST, l not locked)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h82 #define ASSERT_LOCKED(l) if(!(l)->Lock) _DEBUG_ASSERT(l not locked)
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h67 UINT32 locked; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueUefiLib.h216 _ASSERT (LockParameter not locked); \
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.uni89 …. If platform operator is not physical presnece during boot. TPM will be locked and the TPM comman…
95 …-US "Indicates whether TPM physical presence is locked during platform initialization. Once it is
DSecurityPkg.dec194 ## The PPI GUID for that TPM physical presence should be locked.
292 …# If platform operator is not physical presence during boot. TPM will be locked and the TPM comma…
300 ## Indicates whether TPM physical presence is locked during platform initialization.
301 # Once it is locked, it can not be unlocked for TPM life time.<BR><BR>
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.asm305 ; Before setting HMBOUND, check it's not locked
DFlat32.S391 # Before setting HMBOUND, check it's not locked
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.dec116 # TRUE - SMM Feature Control MSR will be locked.<BR>
117 # FALSE - SMM Feature Control MSR will not be locked.<BR>
DUefiCpuPkg.uni99 … "TRUE - locked.<BR>\n"
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiLib.h304 _ASSERT (LockParameter not locked); \
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfr.vfr367 locked,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g218 #token Locked("locked") "locked"
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DIntel_UEFI_Packaging_Tool_Man_Page.rtf385 …some reason (for example, you press CTRL+C) the UPT database will remain locked. The \'93\loch\f39…
391 …1\insrsid9138298 \hich\af39\dbch\af31505\loch\f39 If the UPT database is locked, you will be prese…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g217 #token Locked("locked") "locked"

12