Searched refs:s_lock (Results 1 – 9 of 9) sorted by relevance
73 _thr_umutex_init(&lck->s_lock); in _pthread_spin_init()108 return (THR_UMUTEX_TRYLOCK(_get_curthread(), &lck->s_lock)); in _pthread_spin_trylock()126 while (THR_UMUTEX_TRYLOCK(curthread, &lck->s_lock) != 0) { in _pthread_spin_lock()127 while (lck->s_lock.m_owner) { in _pthread_spin_lock()152 return (THR_UMUTEX_UNLOCK(_get_curthread(), &lck->s_lock)); in _pthread_spin_unlock()
221 struct umutex s_lock; member
34 CcOsLock SecureClient::s_lock; member in SecureClient47 CcAutoLock AL(s_lock); in Attach()67 CcAutoLock AL(s_lock); in Detach()81 CcAutoLock AL(s_lock); in Token()
36 CcOsLock Init::s_lock; member in Init57 CcAutoLock AL(s_lock); in Info()69 CcAutoLock AL(s_lock); in Initialize()156 CcAutoLock AL(s_lock); in Cleanup()
46 static CcOsLock s_lock; member in SecureClient
86 static CcOsLock s_lock; member in Init
339 spinlock_t s_lock ____cacheline_aligned_in_smp;
373 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl);376 #define ACQUIRE_S() s_lock(h, hl)377 #define ACQUIRE_S_NOHL() s_lock(h, NULL)543 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl) in s_lock() function605 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl) in s_lock() function1068 s_lock(h, hl); \ in run_script_worker()