Symbol: s_lock
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
156
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
36
CcOsLock Init::s_lock;
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
57
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/ccutil.cxx
69
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
156
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
36
CcOsLock Init::s_lock;
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
57
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/init.cxx
69
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/init.hxx
86
static CcOsLock s_lock;
crypto/krb5/src/ccapi/common/win/OldCC/secure.cxx
34
CcOsLock SecureClient::s_lock;
crypto/krb5/src/ccapi/common/win/OldCC/secure.cxx
47
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/secure.cxx
67
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/secure.cxx
81
CcAutoLock AL(s_lock);
crypto/krb5/src/ccapi/common/win/OldCC/secure.hxx
46
static CcOsLock s_lock;
crypto/openssl/test/quic_multistream_test.c
1068
s_lock(h, hl); \
crypto/openssl/test/quic_multistream_test.c
373
static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl);
crypto/openssl/test/quic_multistream_test.c
376
#define ACQUIRE_S() s_lock(h, hl)
crypto/openssl/test/quic_multistream_test.c
377
#define ACQUIRE_S_NOHL() s_lock(h, NULL)
lib/libthr/thread/thr_private.h
221
struct umutex s_lock;
lib/libthr/thread/thr_pspinlock.c
108
return (THR_UMUTEX_TRYLOCK(_get_curthread(), &lck->s_lock));
lib/libthr/thread/thr_pspinlock.c
126
while (THR_UMUTEX_TRYLOCK(curthread, &lck->s_lock) != 0) {
lib/libthr/thread/thr_pspinlock.c
127
while (lck->s_lock.m_owner) {
lib/libthr/thread/thr_pspinlock.c
152
return (THR_UMUTEX_UNLOCK(_get_curthread(), &lck->s_lock));
lib/libthr/thread/thr_pspinlock.c
73
_thr_umutex_init(&lck->s_lock);
sys/ofed/include/rdma/rdmavt_qp.h
339
spinlock_t s_lock ____cacheline_aligned_in_smp;