Home
last modified time | relevance | path

Searched refs:s_lock (Results 1 – 9 of 9) sorted by relevance

/src/lib/libthr/thread/
H A Dthr_pspinlock.c73 _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()
H A Dthr_private.h221 struct umutex s_lock; member
/src/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dsecure.cxx34 CcOsLock SecureClient::s_lock; member in SecureClient
47 CcAutoLock AL(s_lock); in Attach()
67 CcAutoLock AL(s_lock); in Detach()
81 CcAutoLock AL(s_lock); in Token()
H A Dccutil.cxx36 CcOsLock Init::s_lock; member in Init
57 CcAutoLock AL(s_lock); in Info()
69 CcAutoLock AL(s_lock); in Initialize()
156 CcAutoLock AL(s_lock); in Cleanup()
H A Dinit.cxx36 CcOsLock Init::s_lock; member in Init
57 CcAutoLock AL(s_lock); in Info()
69 CcAutoLock AL(s_lock); in Initialize()
156 CcAutoLock AL(s_lock); in Cleanup()
H A Dsecure.hxx46 static CcOsLock s_lock; member in SecureClient
H A Dinit.hxx86 static CcOsLock s_lock; member in Init
/src/sys/ofed/include/rdma/
H A Drdmavt_qp.h339 spinlock_t s_lock ____cacheline_aligned_in_smp;
/src/crypto/openssl/test/
H A Dquic_multistream_test.c373 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() function
605 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl) in s_lock() function
1068 s_lock(h, hl); \ in run_script_worker()