Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/include/
HDapr_anylock.h51 #define APR_ANYLOCK_LOCK(lck) \ argument
66 #define APR_ANYLOCK_LOCK(lck) \ argument
78 #define APR_ANYLOCK_TRYLOCK(lck) \ argument
93 #define APR_ANYLOCK_TRYLOCK(lck) \ argument
105 #define APR_ANYLOCK_UNLOCK(lck) \ argument
119 #define APR_ANYLOCK_UNLOCK(lck) \ argument
/trueos/lib/libthr/thread/
HDthr_pspinlock.c48 struct pthread_spinlock *lck; in _pthread_spin_init() local
84 struct pthread_spinlock *lck; in _pthread_spin_trylock() local
98 struct pthread_spinlock *lck; in _pthread_spin_lock() local
129 struct pthread_spinlock *lck; in _pthread_spin_unlock() local
HDthr_spinlock.c64 __thr_spinunlock(spinlock_t *lck) in __thr_spinunlock()
73 __thr_spinlock(spinlock_t *lck) in __thr_spinlock()
88 init_spinlock(spinlock_t *lck) in init_spinlock()
HDthr_private.h556 #define THR_UMUTEX_TRYLOCK(thrd, lck) \ argument
559 #define THR_UMUTEX_LOCK(thrd, lck) \ argument
562 #define THR_UMUTEX_TIMEDLOCK(thrd, lck, timo) \ argument
565 #define THR_UMUTEX_UNLOCK(thrd, lck) \ argument
568 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument
574 #define THR_LOCK_ACQUIRE_SPIN(thrd, lck) \ argument
590 #define THR_LOCK_RELEASE(thrd, lck) \ argument
/trueos/lib/libkse/thread/
HDthr_pspinlock.c51 struct pthread_spinlock *lck; in _pthread_spin_init() local
89 struct pthread_spinlock *lck; in _pthread_spin_trylock() local
114 struct pthread_spinlock *lck; in _pthread_spin_lock() local
148 struct pthread_spinlock *lck; in _pthread_spin_unlock() local
HDthr_spinlock.c74 _spinunlock(spinlock_t *lck) in _spinunlock()
89 _spinlock(spinlock_t *lck) in _spinlock()
118 _spinlock_debug(spinlock_t *lck, char *fname __unused, int lineno __unused) in _spinlock_debug()
124 init_spinlock(spinlock_t *lck) in init_spinlock()
HDthr_rtld.c151 struct lock lck; member
HDthr_private.h240 #define KSE_LOCK_ACQUIRE(kse, lck) \ argument
251 #define KSE_LOCK_RELEASE(kse, lck) \ argument
866 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument
878 #define THR_LOCK_RELEASE(thrd, lck) \ argument
/trueos/lib/libkse/sys/
HDlock.c46 _lock_destroy(struct lock *lck) in _lock_destroy()
56 _lock_init(struct lock *lck, enum lock_type ltype, in _lock_init()
78 _lock_reinit(struct lock *lck, enum lock_type ltype, in _lock_reinit()
162 _lock_acquire(struct lock *lck, struct lockuser *lu, int prio) in _lock_acquire()
242 _lock_release(struct lock *lck, struct lockuser *lu) in _lock_release()
/trueos/lib/libc/gen/
HD_spinlock_stub.c54 _spinlock(spinlock_t *lck) in _spinlock()
64 _spinunlock(spinlock_t *lck) in _spinunlock()
/trueos/crypto/openssl/crypto/asn1/
HDtasn_utl.c106 int *lck, ret; in asn1_do_lock() local
HDasn1t.h180 # define ASN1_SEQUENCE_ref(tname, cb, lck) \ argument
/trueos/crypto/openssl/ssl/
HDssl_sess.c844 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock()
/trueos/sys/kern/
HDkern_event.c81 #define KQ_GLOBAL_LOCK(lck, haslck) do { \ argument
86 #define KQ_GLOBAL_UNLOCK(lck, haslck) do { \ argument
/trueos/contrib/llvm/lib/ExecutionEngine/JIT/
HDJITEmitter.cpp129 GlobalToIndirectSymMapTy& getGlobalToIndirectSymMap(const MutexGuard& lck) { in getGlobalToIndirectSymMap()
/trueos/contrib/tcsh/
HDtc.func.c1047 setalarm(int lck) in setalarm()
/trueos/contrib/subversion/subversion/libsvn_wc/
HDstatus.c677 svn_lock_t *lck = svn_lock_create(result_pool); in assemble_status() local
/trueos/sys/dev/drm2/i915/
HDi915_drv.h983 struct mtx lck; member
/trueos/sys/contrib/octeon-sdk/
HDcvmx-l2c-defs.h4073 …uint64_t lck : 1; /**< SW attempted to LOCK DOWN the last available set … member