Home
last modified time | relevance | path

Searched refs:id (Results 1 – 4 of 4) sorted by relevance

/hurd/
A Dhurdlock.c126 int id = __getpid (); in __lll_robust_lock() local
135 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_lock()
142 for (id |= LLL_WAITERS ; ; ) in __lll_robust_lock()
145 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_lock()
149 if (atomic_compare_and_exchange_bool_acq (iptr, id, val) == 0) in __lll_robust_lock()
166 int id = __getpid (); in __lll_robust_abstimed_lock() local
183 for (id |= LLL_WAITERS ; ; ) in __lll_robust_abstimed_lock()
190 if (atomic_compare_and_exchange_bool_acq (iptr, id, val) == 0) in __lll_robust_abstimed_lock()
214 int id = __getpid (); in __lll_robust_trylock() local
219 if (atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_trylock()
[all …]
A Dxattr.c118 uid_t id; in _hurd_xattr_set() local
119 memcpy (&id, value, sizeof id); in _hurd_xattr_set()
133 if (st.st_author == id) in _hurd_xattr_set()
137 return __file_chauthor (port, id); in _hurd_xattr_set()
A Dhurdioctl.c180 ({ mach_port_t id; in _hurd_locked_install_cttyid()
182 if (! __term_getctty (port, &id)) in _hurd_locked_install_cttyid()
184 if (id == cttyid /* Is it ours? */ in _hurd_locked_install_cttyid()
191 __mach_port_deallocate (__mach_task_self (), id); in _hurd_locked_install_cttyid()
A DMakefile23 $(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\

Completed in 9 milliseconds