Home
last modified time | relevance | path

Searched refs:PGRP_UNLOCK (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/kern/
HDtty_info.c246 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
264 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
HDkern_prot.c355 PGRP_UNLOCK(pgrp); in sys_setsid()
455 PGRP_UNLOCK(pgrp); in sys_setpgid()
460 PGRP_UNLOCK(pgrp); in sys_setpgid()
464 PGRP_UNLOCK(pgrp); in sys_setpgid()
HDkern_proc.c478 PGRP_UNLOCK(pgrp);
544 PGRP_UNLOCK(savepgrp);
545 PGRP_UNLOCK(pgrp);
566 PGRP_UNLOCK(savepgrp);
596 PGRP_UNLOCK(pgrp);
623 PGRP_UNLOCK(pgrp);
HDkern_procctl.c506 PGRP_UNLOCK(pg); in kern_procctl()
HDkern_resource.c142 PGRP_UNLOCK(pg);
229 PGRP_UNLOCK(pg);
HDtty.c436 PGRP_UNLOCK(pg); in tty_wait_background()
1376 PGRP_UNLOCK(tp->t_pgrp); in tty_signal_pgrp()
1711 PGRP_UNLOCK(pg); in tty_generic_ioctl()
HDkern_descrip.c956 PGRP_UNLOCK(pg); in funsetown()
1011 PGRP_UNLOCK(pg); in funsetownlst()
1086 PGRP_UNLOCK(pgrp); in fsetown()
1123 PGRP_UNLOCK(pgrp); in fsetown()
HDkern_fork.c607 PGRP_UNLOCK(p1->p_pgrp); in do_fork()
HDkern_sig.c1703 PGRP_UNLOCK(pgrp); in killpg1()
1879 PGRP_UNLOCK(pgrp); in gsignal()
3420 PGRP_UNLOCK(sigio->sio_pgrp);
HDkern_ktrace.c945 PGRP_UNLOCK(pg);
/trueos/sys/sys/
HDproc.h760 #define PGRP_UNLOCK(pg) mtx_unlock(&(pg)->pg_mtx) macro
770 PGRP_UNLOCK(pg); \
/trueos/sys/compat/mach/
HDproc_info.c106 PGRP_UNLOCK(pgrpp); in proc_listpids()