Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_proc.c493 PGRP_LOCK(pgrp); in pgfind()
592 PGRP_LOCK(pgrp); in enterpgrp()
608 PGRP_LOCK(pgrp); in enterpgrp()
733 PGRP_LOCK(pgrp); in doenterpgrp()
734 PGRP_LOCK(savepgrp); in doenterpgrp()
760 PGRP_LOCK(savepgrp); in leavepgrp()
791 PGRP_LOCK(pgrp); in pgdelete()
834 PGRP_LOCK(pgrp); in fixjobc_kill()
846 PGRP_LOCK(pgrp); in fixjobc_kill()
862 PGRP_LOCK(pgrp); in fixjobc_kill()
H A Dtty_info.c317 PGRP_LOCK(tp->t_pgrp); in tty_info()
H A Dkern_resource.c125 PGRP_LOCK(pg); in kern_getpriority()
217 PGRP_LOCK(pg); in kern_setpriority()
H A Dkern_fork.c576 PGRP_LOCK(p1->p_pgrp); in do_fork()
H A Dtty.c437 PGRP_LOCK(pg); in tty_wait_background()
1522 PGRP_LOCK(tp->t_pgrp); in tty_signal_pgrp()
H A Dkern_sig.c1758 PGRP_LOCK(pgrp); in killpg1()
3928 PGRP_LOCK(sigio->sio_pgrp); in pgsigio()
H A Dkern_descrip.c1035 PGRP_LOCK(pg); in funsetown_locked()
1104 PGRP_LOCK(pg); in funsetownlst()
/f-stack/freebsd/sys/
H A Dproc.h899 #define PGRP_LOCK(pg) mtx_lock(&(pg)->pg_mtx) macro
906 PGRP_LOCK(pg); \
/f-stack/lib/
H A Dff_glue.c996 PGRP_LOCK(sigio->sio_pgrp);