HomeSort by relevance Sort by last modified time
    Searched refs:Locking (Results 1 - 8 of 8) sorted by null

  /external/valgrind/drd/tests/
trylock.stderr.exp 2 Locking rwlock via pthread_rwlock_wrlock().
3 Locking rwlock via pthread_rwlock_trywrlock().
4 Locking rwlock via pthread_rwlock_timedwrlock().
5 Locking rwlock via pthread_rwlock_rdlock().
6 Locking rwlock via pthread_rwlock_tryrdlock().
7 Locking rwlock via pthread_rwlock_timedrdlock().
9 Recursive writer locking not allowed: rwlock 0x.........
16 Locking mutex via pthread_mutex_trylock().
17 Locking mutex via pthread_mutex_lock().
18 Locking mutex via pthread_mutex_timedlock()
    [all...]
hold_lock_2.stderr.exp 2 Locking mutex ...
3 Locking rwlock exclusively ...
4 Locking rwlock shared ...
hold_lock_1.stderr.exp 2 Locking mutex ...
13 Locking rwlock exclusively ...
24 Locking rwlock shared ...
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 33 locking __mutex:
142 # Now, the Locking metaclass is a piece of cake.
167 Locking = LockingMetaClass('Locking', (), {})
170 # For kicks, take away the Locking base class and see it die
171 class Buffer(Locking):
202 self.put(item) # Recursive call to test the locking
  /external/python/cpython2/Demo/metaclasses/
Synch.py 33 locking __mutex:
142 # Now, the Locking metaclass is a piece of cake.
167 Locking = LockingMetaClass('Locking', (), {})
170 # For kicks, take away the Locking base class and see it die
171 class Buffer(Locking):
202 self.put(item) # Recursive call to test the locking
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
TcgStorageOpal.h 38 // LOCKING SP
52 // Locking Table
57 // LOCKING SP ACE Table Preconfiguration
66 // LOCKING SP LockingInfo Table Preconfiguration
168 TCG_LOCKING_FEATURE_DESCRIPTOR Locking;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
TcgStorageOpalCore.c 597 The function calls the Admin SP RevertSP method on the Locking SP. If KeepUserData is True, then the optional parameter
691 The function activates the Locking SP.
692 Once activated, per Opal spec, the ADMIN SP SID PIN is copied over to the ADMIN1 LOCKING SP PIN.
693 If the Locking SP is already enabled, then TcgResultSuccess is returned and no action occurs.
695 @param[in] AdminSpSession OPAL_SESSION with OPAL_UID_ADMIN_SP as OPAL_ADMIN_SP_SID_AUTHORITY to activate Locking SP
715 // Call Activate method on Locking SP
794 @param[in] CpinRowUid Row UID of C_PIN table of Locking SP to update PIN
795 @param[in] AuthorityUid UID of Locking SP authority to update Pin column with
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]

Completed in 187 milliseconds