Home
last modified time | relevance | path

Searched defs:lck (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_spinlock.c63 _spinunlock(spinlock_t *lck) in _spinunlock()
71 _spinlock(spinlock_t *lck) in _spinlock()
90 _spintrylock(spinlock_t *lck) in _spintrylock()
107 _spinlock_debug(spinlock_t *lck, char *fname __unused, int lineno __unused) in _spinlock_debug()
113 init_spinlock(spinlock_t *lck) in init_spinlock()
H A Dthr_pspinlock.c43 pthread_spinlock_t lck; in _pthread_spin_init() local
76 pthread_spinlock_t lck; in _pthread_spin_trylock() local
87 pthread_spinlock_t lck; in _pthread_spin_lock() local
111 pthread_spinlock_t lck; in _pthread_spin_unlock() local
H A Dthr_private.h492 #define THR_UMTX_TRYLOCK(thrd, lck) \ argument
495 #define THR_UMTX_LOCK(thrd, lck) \ argument
498 #define THR_UMTX_TIMEDLOCK(thrd, lck, timo) \ argument
501 #define THR_UMTX_UNLOCK(thrd, lck) \ argument
509 #define THR_UMTX_TRYLOCK_PERSIST(thrd, lck) \ argument
512 #define THR_UMTX_LOCK_PERSIST(thrd, lck) \ argument
515 #define THR_UMTX_TIMEDLOCK_PERSIST(thrd, lck, timo) \ argument
518 #define THR_UMTX_UNLOCK_PERSIST(thrd, lck) \ argument
524 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument
540 #define THR_LOCK_RELEASE(thrd, lck) \ argument
/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_utl.c110 int *lck, ret; in asn1_do_lock() local
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.c271 unlock(nlm4_lock *lck, int flags) in unlock()
/dragonfly/crypto/libressl/ssl/
H A Dssl_sess.c721 remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock()
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1103 setalarm(int lck) in setalarm()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h186 #define ASN1_SEQUENCE_ref(tname, cb, lck) \ argument