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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Synchronization.c 57 This function initializes the spin lock specified by SpinLock to the released
58 state, and returns SpinLock. Optimal performance can be achieved by calling
60 SpinLock.
62 If SpinLock is NULL, then ASSERT().
64 @param SpinLock A pointer to the spin lock to initialize to the released
67 @return SpinLock
73 OUT SPIN_LOCK *SpinLock
76 ASSERT (SpinLock != NULL);
77 *SpinLock = SPIN_LOCK_RELEASED;
78 return SpinLock;
    [all...]
SynchronizationGcc.c 55 This function initializes the spin lock specified by SpinLock to the released
56 state, and returns SpinLock. Optimal performance can be achieved by calling
58 SpinLock.
60 If SpinLock is NULL, then ASSERT().
62 @param SpinLock A pointer to the spin lock to initialize to the released
65 @return SpinLock
71 OUT SPIN_LOCK *SpinLock
74 ASSERT (SpinLock != NULL);
77 *SpinLock = SPIN_LOCK_RELEASED;
80 return SpinLock;
    [all...]
SynchronizationMsc.c 58 This function initializes the spin lock specified by SpinLock to the released
59 state, and returns SpinLock. Optimal performance can be achieved by calling
61 SpinLock.
63 If SpinLock is NULL, then ASSERT().
65 @param SpinLock A pointer to the spin lock to initialize to the released
68 @return SpinLock
74 OUT SPIN_LOCK *SpinLock
77 ASSERT (SpinLock != NULL);
80 *SpinLock = SPIN_LOCK_RELEASED;
83 return SpinLock;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 48 This function initializes the spin lock specified by SpinLock to the released
49 state, and returns SpinLock. Optimal performance can be achieved by calling
51 SpinLock.
53 If SpinLock is NULL, then ASSERT().
55 @param SpinLock A pointer to the spin lock to initialize to the released
58 @return SpinLock is in release state.
64 OUT SPIN_LOCK *SpinLock
67 ASSERT (SpinLock != NULL);
68 *SpinLock = SPIN_LOCK_RELEASED;
69 return SpinLock;
    [all...]
SynchronizationGcc.c 54 This function initializes the spin lock specified by SpinLock to the released
55 state, and returns SpinLock. Optimal performance can be achieved by calling
57 SpinLock.
59 If SpinLock is NULL, then ASSERT().
61 @param SpinLock A pointer to the spin lock to initialize to the released
64 @return SpinLock is in release state.
70 OUT SPIN_LOCK *SpinLock
73 ASSERT (SpinLock != NULL);
76 *SpinLock = SPIN_LOCK_RELEASED;
79 return SpinLock;
    [all...]
SynchronizationMsc.c 56 This function initializes the spin lock specified by SpinLock to the released
57 state, and returns SpinLock. Optimal performance can be achieved by calling
59 SpinLock.
61 If SpinLock is NULL, then ASSERT().
63 @param SpinLock A pointer to the spin lock to initialize to the released
66 @return SpinLock is in release state.
72 OUT SPIN_LOCK *SpinLock
75 ASSERT (SpinLock != NULL);
78 *SpinLock = SPIN_LOCK_RELEASED;
81 return SpinLock;
    [all...]
  /external/pdfium/third_party/base/allocator/partition_allocator/
spin_lock.h 15 // Spinlock is a simple spinlock class based on the standard CPU primitive of
21 // |SpinLock|s MUST be globals. Using them as (e.g.) struct/class members will
28 class SpinLock {
30 using Guard = std::lock_guard<SpinLock>;
spin_lock.cc 61 void SpinLock::LockSlow() {
address_space_randomization.cc 31 subtle::SpinLock lock;
53 subtle::SpinLock::Guard guard(x->lock);
partition_alloc.h 320 static subtle::SpinLock gInitializedLock;
346 subtle::SpinLock lock;
    [all...]
partition_alloc.cc 53 subtle::SpinLock PartitionRootBase::gInitializedLock;
109 subtle::SpinLock::Guard guard(PartitionRootBase::gInitializedLock);
172 subtle::SpinLock::Guard guard(root->lock);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SynchronizationLib.h 50 This function initializes the spin lock specified by SpinLock to the released
51 state, and returns SpinLock. Optimal performance can be achieved by calling
53 SpinLock.
55 If SpinLock is NULL, then ASSERT().
57 @param SpinLock A pointer to the spin lock to initialize to the released
60 @return SpinLock in release state.
66 OUT SPIN_LOCK *SpinLock
73 This function checks the state of the spin lock specified by SpinLock. If
74 SpinLock is in the released state, then this function places SpinLock in the
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchInterruptDefs.h 33 SPIN_LOCK SpinLock;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchInterruptDefs.h 33 SPIN_LOCK SpinLock;
  /device/google/cuttlefish_common/common/vsoc/shm/
lock.h 57 class SpinLock {
62 * Acquire the spinlock on the queue. This will effectively block all
89 * Release the spinlock.
98 ASSERT_SHM_COMPATIBLE(SpinLock);
screen_layout.h 63 SpinLock bcast_lock;
circqueue.h 33 * Base classes for all spinlock protected circular queues.
102 // Spinlock that protects the region. 0 means unlocked
103 SpinLock lock_;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
PeiDxeSmmCpuException.c 53 if (AcquireSpinLockOrFail (&ReservedVectors[ExceptionType].SpinLock)) {
75 ReleaseSpinLock (&ReservedVectors[ExceptionType].SpinLock);
96 // Get Spinlock to display CPU information
106 // Release Spinlock of output message
157 InitializeSpinLock (&ReservedVectors[Index].SpinLock);
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CompletionRegistry.cs 42 SpinLock spinLock = new SpinLock(Debugger.IsAttached);
59 spinLock.Enter(ref lockTaken);
66 if (lockTaken) spinLock.Exit();
92 spinLock.Enter(ref lockTaken);
99 if (lockTaken) spinLock.Exit();
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 105 return mMsrSpinLocks[Index].SpinLock;
132 mMsrSpinLocks[Index].SpinLock =
144 InitializeSpinLock (mMsrSpinLocks[mMsrCount].SpinLock);
163 mMsrSpinLocks[Index].SpinLock =
PiSmmCpuDxeSmm.h 356 SPIN_LOCK *SpinLock;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]

Completed in 740 milliseconds