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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dabort.h34 int __kill(int pid, int signum, int posix);
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c162 int posix; member in struct:killpg1_filtargs
1388 int posix = uap->posix; /* !0 if posix behaviour desired */ local
1419 return (killpg1(cp, uap->signum, 0, 1, posix));
1421 return (killpg1(cp, uap->signum, 0, 0, posix));
1423 return (killpg1(cp, uap->signum, -(uap->pid), 0, posix));
1433 int posix = kfargp->posix; local
1437 (!posix
1500 killpg1(proc_t cp, int signum, int pgid, int all, int posix) argument
[all...]
H A Dkern_resource.c677 int posix = (which & _RLIMIT_POSIX_FLAG) ? 1 : 0; local
754 if (posix) {
854 if (posix) {
867 if (posix) {
H A Dposix_sem.c158 SYSCTL_NODE(_kern, KERN_POSIX, posix, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "Posix");
194 /* Initialize the mutex governing access to the posix sem subsystem */
201 psx_sem_subsys_lck_grp = lck_grp_alloc_init("posix shared memory", psx_sem_subsys_lck_grp_attr);

Completed in 53 milliseconds