Searched refs:posix (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/libsyscall/mach/
H A Dabort.h34 extern int __kill(int pid, int signum, int posix);
/xnu-2422.115.4/libsyscall/wrappers/
H A Dkill.c26 extern int __kill(pid_t pid, int sig, int posix);
29 * kill stub, which wraps a modified kill system call that takes a posix
/xnu-2422.115.4/bsd/kern/
H A Dkern_sig.c164 int posix; member in struct:killpg1_filtargs
1390 int posix = uap->posix; /* !0 if posix behaviour desired */ local
1421 return (killpg1(cp, uap->signum, 0, 1, posix));
1423 return (killpg1(cp, uap->signum, 0, 0, posix));
1425 return (killpg1(cp, uap->signum, -(uap->pid), 0, posix));
1435 int posix = kfargp->posix; local
1439 (!posix
1502 killpg1(proc_t cp, int signum, int pgid, int all, int posix) argument
[all...]
H A Dkern_resource.c690 int posix = (which & _RLIMIT_POSIX_FLAG) ? 1 : 0; local
767 if (posix) {
867 if (posix) {
880 if (posix) {
H A Dposix_sem.c159 SYSCTL_NODE(_kern, KERN_POSIX, posix, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "Posix");
202 /* Initialize the mutex governing access to the posix sem subsystem */
209 psx_sem_subsys_lck_grp = lck_grp_alloc_init("posix shared memory", psx_sem_subsys_lck_grp_attr);

Completed in 31 milliseconds