Searched refs:spin_lock (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DLocks.h50 // Scoped uses of spin_lock() / spin_unlock().
55 SpinLock(spin_lock_t *lock) : _lock(lock) { spin_lock(_lock); }
67 // Scoped conditional uses of spin_lock() / spin_unlock().
75 spin_lock(lock);
99 spin_lock(_lock);
102 spin_lock(_lock);
H A DSubzonePartition.h58 spin_lock(_small[i].lock());
59 spin_lock(_medium[i].lock());
H A Dauto_impl_utilities.c201 #define auto_refcount_stacks_lock() spin_lock(&refcount_stacks_lock)
444 spin_lock(&set->lock);
461 spin_lock(&set->lock);
474 spin_lock(&set->lock);
642 spin_lock(&map->lock);
650 spin_lock(&map->lock);
664 spin_lock(&map->lock);
H A Dauto_impl_utilities.h112 inline void spin_lock(spin_lock_t *lockp) { OSSpinLockLock(lockp); } function
H A DZoneCompaction.cpp1002 spin_lock(&_datasegments_lock);
1003 spin_lock(&weak_refs_table_lock);
1131 spin_lock(&needs_enlivening.lock);
H A DThread.cpp129 spin_lock(&_scanning.lock);
H A DZone.cpp1182 spin_lock(&needs_enlivening.lock);
1598 spin_lock(&needs_enlivening.lock);
/macosx-10.10.1/libpthread-105.1.4/private/
H A Dspinlock_private.h75 extern void spin_lock(pthread_lock_t *lockp) __deprecated_msg("Use OSSpinLockLock instead");
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Darc4random.c56 extern void spin_lock(int*);
64 spin_lock(&lock); \

Completed in 139 milliseconds