Searched refs:pid_t (Results 1 - 25 of 1009) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dtimed_wait.h17 extern int timed_waitpid(pid_t, WAIT_STATUS_T *, int, int);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_pid_t.h30 typedef __darwin_pid_t pid_t; typedef
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dkperfbsd.h34 extern int kperf_bless_pid(pid_t newpid);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
17 void record_logout(pid_t, const char *, const char *);
21 void record_utmp_only(pid_t, const char *, const char *, const char *,
H A Dserverloop.h24 void server_loop(pid_t, int, int, int);
H A Dssh-sandbox.h23 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
/macosx-10.9.5/Libc-997.90.3/emulated/
H A Dtcgetsid.c31 pid_t
34 pid_t sid;
37 return ((pid_t)-1);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dkill2.h25 int kill2(pid_t pid, int sig);
26 int killpg2(pid_t pgrp, int sig);
/macosx-10.9.5/apache-786.1/httpd/os/bs2000/
H A Dos.h37 extern pid_t os_fork(const char *user);
/macosx-10.9.5/ruby-104/ruby/nacl/
H A Dsignal.h5 int kill(pid_t pid, int signal);
H A Dunistd.h5 int seteuid(pid_t pid);
6 int setegid(pid_t pid);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dlctx.h11 static __inline pid_t
12 getlcid(pid_t pid)
18 setlcid(pid_t pid, pid_t lcid)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DSandboxUtilities.cpp36 int sandbox_check(pid_t, const char *operation, enum sandbox_filter_type, ...);
41 bool processIsSandboxed(pid_t pid)
H A DSandboxUtilities.h33 bool processIsSandboxed(pid_t);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Disfork.c10 pid_t
14 pid_t iret;
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/
H A Dkill.c26 extern int __kill(pid_t pid, int sig, int posix);
36 kill(pid_t pid, int sig)
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dos.h44 pid_t os_fork(const char *user);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc_internal.h41 int proc_setcpu_percentage(pid_t pid, int action, int percentage) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
42 int proc_setcpu_deadline(pid_t pid, int action, uint64_t deadline) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
43 int proc_setcpu_percentage_withdeadline(pid_t pid, int action, int percentage, uint64_t deadline) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
44 int proc_clear_cpulimits(pid_t pid) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
67 int proc_clear_vmpressure(pid_t pid);
88 int proc_disable_apptype(pid_t pid, int apptype);
89 int proc_enable_apptype(pid_t pid, int apptype);
104 int proc_set_cpumon_params(pid_t pid, int percentage, int interval) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
105 int proc_get_cpumon_params(pid_t pid, int *percentage, int *interval) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
106 int proc_set_cpumon_defaults(pid_t pi
[all...]
/macosx-10.9.5/Libc-997.90.3/compat-43/FreeBSD/
H A Dsetpgrp.c40 pid_t
43 pid_t pgid = getpgrp();
44 pid_t pid = getpid();
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-nextstep.h42 pid_t posix_wait(int *);
46 pid_t getppid(void);
53 int tcsetpgrp(int, pid_t);
H A Dbsd-waitpid.c32 pid_t
36 pid_t wait_pid;
H A Dport-solaris.h27 void solaris_contract_post_fork_parent(pid_t pid);
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_pid.c20 pid_t *pidp;
29 *pidp = (pid_t)ISHELL_ActiveApplet(app->m_pIShell);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADissenter.h38 extern pid_t DADissenterGetProcessID( DADissenterRef dissenter );
42 extern void DADissenterSetProcessID( DADissenterRef dissenter, pid_t pid );
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dwaitpid.c19 to get the definition of "pid_t" before you include <sys/wait.h>. */
26 pid_t
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)

Completed in 282 milliseconds

1234567891011>>