Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 25 of 33) sorted by relevance

12

/sysdeps/powerpc/nptl/
A Dpthread_spin_unlock.c24 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
A Dpthread_spin_trylock.c23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock()
/sysdeps/ia64/nptl/
A Dpthread_spin_trylock.c23 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock()
A Dpthread_spin_unlock.c22 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
/sysdeps/mach/htl/
A Dpt-spin.c27 _pthread_spin_lock (__spin_lock_t *lock) in _pthread_spin_lock()
/sysdeps/hppa/nptl/
A Dpthread_spin_unlock.c22 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
A Dpthread_spin_init.c22 __pthread_spin_init (pthread_spinlock_t *lock, int pshared) in __pthread_spin_init()
/sysdeps/sh/nptl/
A Dpthread_spin_lock.c22 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
/sysdeps/unix/sysv/linux/x86/
A Delision-unlock.c24 __lll_unlock_elision(int *lock, int private) in __lll_unlock_elision()
/sysdeps/pthread/
A Dtst-spin4.c11 pthread_spinlock_t *lock = (pthread_spinlock_t *) arg; in thread_add_one() local
39 pthread_spinlock_t lock; in do_test() local
A Dtst-join1.c23 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
A Dtst-join2.c26 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
A Dtst-flock1.c25 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
A Dtst-join3.c32 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
A Dtst-basic2.c28 static pthread_mutex_t lock[N]; variable
A Dtst-flock2.c28 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
A Dtst-cond7.c31 pthread_mutex_t lock; member
/sysdeps/unix/sysv/linux/
A Dtst-o_path-locks.c41 struct flock64 lock = { .l_type = F_WRLCK, }; in subprocess() local
78 struct flock64 lock = { .l_type = F_WRLCK, }; in do_test() local
/sysdeps/unix/sysv/linux/powerpc/
A Delision-unlock.c24 __lll_unlock_elision (int *lock, short *adapt_count, int pshared) in __lll_unlock_elision()
A Delision-lock.c40 __lll_lock_elision (int *lock, short *adapt_count, EXTRAARG int pshared) in __lll_lock_elision()
/sysdeps/sparc/nptl/
A Dsparc-nptl.h9 int lock; member
20 unsigned char lock; member
29 unsigned char lock; member
/sysdeps/nptl/
A Dlowlevellock.h68 #define __lll_trylock(lock) \ argument
70 #define lll_trylock(lock) \ argument
76 #define lll_cond_trylock(lock) \ argument
/sysdeps/x86/
A Datomic-machine.h178 #define __arch_exchange_and_add_body(lock, pfx, mem, value) \ argument
217 #define __arch_add_body(lock, pfx, apfx, mem, value) \ argument
306 #define __arch_increment_body(lock, pfx, mem) \ argument
364 #define __arch_decrement_body(lock, pfx, mem) \ argument
470 #define __arch_and_body(lock, mem, mask) \ argument
504 #define __arch_or_body(lock, mem, mask) \ argument

Completed in 24 milliseconds

12