Home
last modified time | relevance | path

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

/hurd/
A Dgeteuids.c31 __mutex_lock (&_hurd_id.lock); in geteuids()
35 __mutex_unlock (&_hurd_id.lock); in geteuids()
50 __mutex_unlock (&_hurd_id.lock); in geteuids()
61 __mutex_unlock (&_hurd_id.lock); in geteuids()
A Dhurd-raise.c34 __spin_unlock (&ss->lock); in _hurd_raise_signal()
41 __spin_lock (&ss->lock); in _hurd_raise_signal()
48 __spin_unlock (&ss->lock); in _hurd_raise_signal()
A Dcatch-signal.c56 __spin_lock (&ss->lock); in __hurd_catch_signal()
59 __spin_unlock (&ss->lock); in __hurd_catch_signal()
69 __spin_lock (&ss->lock); in __hurd_catch_signal()
72 __spin_unlock (&ss->lock); in __hurd_catch_signal()
149 __spin_lock (&ss->lock); in hurd_safe_memmove()
152 __spin_unlock (&ss->lock); in hurd_safe_memmove()
162 __spin_lock (&ss->lock); in hurd_safe_memmove()
165 __spin_unlock (&ss->lock); in hurd_safe_memmove()
A Dthread-cancel.c56 __spin_lock (&ss->lock); in hurd_thread_cancel()
58 __spin_unlock (&ss->lock); in hurd_thread_cancel()
93 __spin_lock (&ss->lock); in hurd_check_cancel()
97 __spin_unlock (&ss->lock); in hurd_check_cancel()
A Dhurdmalloc.c158 spin_lock_init (&malloc_free_list[i].lock); in malloc_init()
221 spin_lock(&fl->lock); in malloc()
234 spin_unlock(&fl->lock); in malloc()
251 spin_unlock(&fl->lock); in malloc()
299 spin_lock(&fl->lock); in free()
308 spin_unlock(&fl->lock); in free()
387 spin_lock(&fl->lock); in print_malloc_free_list()
396 spin_unlock(&fl->lock); in print_malloc_free_list()
413 spin_lock(&malloc_free_list[i].lock); in _hurd_malloc_fork_prepare()
426 spin_unlock(&malloc_free_list[i].lock); in _hurd_malloc_fork_parent()
[all …]
A Dhurdsock.c30 static struct mutex lock; variable
58 __mutex_lock (&lock); in _hurd_socket_server()
104 __mutex_unlock (&lock); in _hurd_socket_server()
118 __mutex_init (&lock); in init()
A Dfd-close.c27 __spin_lock (&fd->port.lock); in _hurd_fd_close()
30 __spin_unlock (&fd->port.lock); in _hurd_fd_close()
A Dvpprintf.c46 _IO_lock_t lock; in vpprintf() member
50 temp_f.cfile.__fp.file._lock = &temp_f.lock; in vpprintf()
A Dsigunwind.c57 __spin_lock (&ss->lock); in _hurdsig_longjmp_from_handler()
63 __spin_unlock (&ss->lock); in _hurdsig_longjmp_from_handler()
133 __spin_lock (&ss->lock); in _hurdsig_longjmp_from_handler()
136 __spin_unlock (&ss->lock); in _hurdsig_longjmp_from_handler()
A Dseteuids.c36 __mutex_lock (&_hurd_id.lock); in seteuids()
49 __mutex_unlock (&_hurd_id.lock); in seteuids()
A Dhurdmsg.c127 __spin_lock (&ss->lock); in get_int()
129 __spin_unlock (&ss->lock); in get_int()
137 __spin_lock (&ss->lock); in get_int()
142 __spin_unlock (&ss->lock); in get_int()
205 __spin_lock (&ss->lock); in set_int()
207 __spin_unlock (&ss->lock); in set_int()
215 __spin_lock (&ss->lock); in set_int()
223 __spin_unlock (&ss->lock); in set_int()
A Dintern-fd.c37 __spin_unlock (&d->port.lock); in _hurd_intern_fd()
A Dcatch-exc.c69 if (__spin_lock_locked (&ss->lock)) in _S_catch_exception_raise()
84 __spin_unlock (&ss->lock); in _S_catch_exception_raise()
A Dsetauth.c51 __mutex_lock (&_hurd_id.lock); in _hurd_setauth()
59 __mutex_unlock (&_hurd_id.lock); in _hurd_setauth()
A Dalloc-fd.c65 __spin_lock (&d->port.lock); in _hurd_alloc_fd()
75 __spin_unlock (&d->port.lock); in _hurd_alloc_fd()
A Dhurdauth.c101 __mutex_lock (&_hurd_id.lock); in _S_msg_add_auth()
121 __mutex_unlock (&_hurd_id.lock); in _S_msg_add_auth()
178 __mutex_lock (&_hurd_id.lock); in _S_msg_del_auth()
224 __mutex_unlock (&_hurd_id.lock); in _S_msg_del_auth()
A Dhurdexec.c180 __spin_lock (&d->port.lock); in _hurd_exec_paths()
193 __spin_unlock (&d->port.lock); in _hurd_exec_paths()
230 __mutex_lock (&_hurd_id.lock); in _hurd_exec_paths()
352 __mutex_unlock (&_hurd_id.lock); in _hurd_exec_paths()
A Dhurdsig.c90 __spin_lock_init (&ss->lock); in _hurd_thread_sigstate()
123 __spin_lock (&s->lock); in _hurd_thread_sigstate()
125 __spin_unlock (&s->lock); in _hurd_thread_sigstate()
193 __spin_lock (&_hurd_global_sigstate->lock); in libc_hidden_def()
194 __spin_lock (&ss->lock); in libc_hidden_def()
199 __spin_unlock (&ss->lock); in _hurd_sigstate_unlock()
201 __spin_unlock (&_hurd_global_sigstate->lock); in _hurd_sigstate_unlock()
733 __spin_lock (&rss->lock); in weak_alias()
739 __spin_unlock (&rss->lock); in weak_alias()
1607 __mutex_lock (&_hurd_id.lock); in reauth_proc()
[all …]
A Dhurdid.c81 __mutex_init (&_hurd_id.lock); in init_id()
A Ddtable.c275 __spin_lock (&d->port.lock); in reauth_dtable()
302 __spin_unlock (&d->port.lock); in reauth_dtable()
A Dhurdioctl.c163 __spin_lock (&port->lock); in _hurd_locked_install_cttyid()
/hurd/hurd/
A Dport.h38 spin_lock_t lock; /* Locks rest. */ member
70 __spin_lock_init (&port->lock); in _hurd_port_init()
102 __spin_unlock (&port->lock); in _hurd_port_locked_get()
122 __spin_lock (&port->lock); in _hurd_port_get()
147 __spin_lock (&port->lock); in _hurd_port_move()
149 __spin_unlock (&port->lock); in _hurd_port_move()
177 __spin_lock (&port->lock); in _hurd_port_free()
179 __spin_unlock (&port->lock); in _hurd_port_free()
201 __spin_unlock (&port->lock); in _hurd_port_locked_set()
218 __spin_lock (&port->lock); in _hurd_port_set()
A Did.h33 struct mutex lock; member
A Dfd.h86 __spin_lock (&cell->port.lock); in _hurd_fd_get()
93 __spin_unlock (&cell->port.lock); in _hurd_fd_get()
127 __spin_lock (&__d->port.lock); \
130 __spin_unlock (&__d->port.lock); \
A Dsignal.h68 spin_lock_t lock; /* Locks most of the rest of the structure. */ member

Completed in 39 milliseconds