Home
last modified time | relevance | path

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

/glibc-2.36/hurd/hurd/
Dsignal.h66 spin_lock_t critical_section_lock; /* Held if in critical section. */
68 spin_lock_t lock; /* Locks most of the rest of the structure. */
Dport.h38 spin_lock_t lock; /* Locks rest. */
/glibc-2.36/mach/
Dspin-solid.c22 __spin_lock_solid (spin_lock_t *lock) in __spin_lock_solid()
Dspin-lock.h24 typedef __spin_lock_t spin_lock_t; typedef
/glibc-2.36/sysdeps/mach/hurd/
Dgetitimer.c27 extern spin_lock_t _hurd_itimer_lock;
Dprofil.c38 static spin_lock_t lock = SPIN_LOCK_INITIALIZER;
Dsetitimer.c31 spin_lock_t _hurd_itimer_lock = SPIN_LOCK_INITIALIZER;
/glibc-2.36/hurd/
Dhurdmalloc.c129 spin_lock_t lock; /* spin lock for mutual exclusion */
/glibc-2.36/ChangeLog.old/
DChangeLog.59726 (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.