Home
last modified time | relevance | path

Searched refs:GCSpinLock (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h346 typedef GCDebugSpinLock GCSpinLock; typedef
375 typedef GCSpinLockInstru GCSpinLock; typedef
387 typedef GCDebugSpinLock GCSpinLock; typedef
3358 GCSpinLock gc_lock; //lock while doing GC
3361 GCSpinLock more_space_lock; //lock while allocating more space
H A Dgc.cpp1609 static void enter_spin_lock(GCSpinLock *pSpinLock) in enter_spin_lock()
1617 static BOOL try_enter_spin_lock(GCSpinLock *pSpinLock) in try_enter_spin_lock()
1626 static void leave_spin_lock(GCSpinLock *pSpinLock) in leave_spin_lock()
1648 , VOLATILE(GCSpinLock)* spin_lock in WaitLonger()
1712 static void enter_spin_lock (GCSpinLock* spin_lock) in enter_spin_lock()
1765 inline BOOL try_enter_spin_lock(GCSpinLock* spin_lock) in try_enter_spin_lock()
1771 static void leave_spin_lock (GCSpinLock * spin_lock) in leave_spin_lock()
2643 GCSpinLock gc_heap::gc_lock;
2716 GCSpinLock gc_heap::more_space_lock;