Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpkern/
H A Dscheduler.c189 rumpuser_mutex_exit(rcpu->rcpu_mtx); in rump_schedlock_cv_signal()
226 rumpuser_mutex_exit(lwp0mtx); in lwp0busy()
237 rumpuser_mutex_exit(lwp0mtx); in lwp0rele()
325 rumpuser_mutex_exit(rcpu->rcpu_mtx); in rump_schedule_cpu_interlock()
365 rumpuser_mutex_exit(rcpu->rcpu_mtx); in rump_schedule_cpu_interlock()
376 rumpuser_mutex_exit(rcpu->rcpu_mtx); in rump_schedule_cpu_interlock()
506 rumpuser_mutex_exit(rcpu->rcpu_mtx); in rump_unschedule_cpu1()
H A Dthreads.c77 rumpuser_mutex_exit(thrmtx); in threadbouncer()
121 rumpuser_mutex_exit(thrmtx); in rump_thread_allow()
301 rumpuser_mutex_exit(thrmtx); in lwpbouncer()
340 rumpuser_mutex_exit(thrmtx); in lwp_create()
363 rumpuser_mutex_exit(thrmtx); in lwp_exit()
H A Dintr.c213 rumpuser_mutex_exit(sicpumtx); in sithread_cpu_bouncer()
424 rumpuser_mutex_exit(sicpumtx); in softint_schedule_cpu()
430 rumpuser_mutex_exit(sicpumtx); in softint_schedule_cpu()
H A Dklock.c139 rumpuser_mutex_exit(rump_giantlock); in _kernel_unlock()
H A Dlocks.c201 rumpuser_mutex_exit(RUMPMTX(mtx)); in mutex_exit()
/netbsd-src/lib/librumpuser/
H A Drumpfiber.c743 rumpuser_mutex_exit(struct rumpuser_mtx *mtx) in rumpuser_mutex_exit() function
933 rumpuser_mutex_exit(mtx); in cv_unsched()
968 rumpuser_mutex_exit(mtx); in rumpuser_cv_wait_nowrap()
H A Drumpuser_pth_dummy.c132 rumpuser_mutex_exit(struct rumpuser_mtx *mtx) in rumpuser_mutex_exit() function
H A Drumpuser_pth.c229 rumpuser_mutex_exit(struct rumpuser_mtx *mtx) in rumpuser_mutex_exit() function
/netbsd-src/sys/rump/include/rump/
H A Drumpuser.h199 void rumpuser_mutex_exit(struct rumpuser_mtx *);