Searched refs:pid_t (Results 1 - 25 of 105) sorted by path

12345

/haiku/headers/compatibility/bsd/
H A Dlibutil.h92 int uu_lock_txfr(const char *_ttyname, pid_t _pid);
126 struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr);
H A Dpty.h22 extern pid_t forkpty(int* master, char* name,
/haiku/headers/compatibility/bsd/sys/
H A Dwait.h23 pid_t wait3(int *status, int options, struct rusage *rusage);
25 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/haiku/headers/glibc/
H A D_G_config.h76 #define _G_pid_t pid_t
/haiku/headers/posix/sys/
H A Dmsg.h25 pid_t msg_lspid; /* PID of last msgsnd */
26 pid_t msg_lrpid; /* PID of last msgrcv */
H A Dsocket.h155 pid_t pid; /* PID of sender */
H A Dwait.h43 extern pid_t wait(int *_status);
44 extern pid_t waitpid(pid_t pid, int *_status, int options);
/haiku/headers/private/kernel/
H A DUserEvent.h72 pid_t sendingTeam);
H A Dksignal.h83 int32 errorCode, pid_t sendingProcess);
102 pid_t SendingProcess() const
146 pid_t fSendingProcess;
227 status_t send_signal_to_process_group(pid_t groupID, const Signal& signal,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h147 pid_t tid; /* thread id of thread requesting */
/haiku/src/apps/terminal/
H A DActiveProcessInfo.cpp20 ActiveProcessInfo::SetTo(pid_t id, const BString& name,
H A DActiveProcessInfo.h17 void SetTo(pid_t id, const BString& name,
23 pid_t ID() const { return fID; }
30 pid_t fID;
H A DShell.h47 pid_t ProcessID() const
71 pid_t fProcessID;
H A DShellInfo.h17 pid_t ProcessID() const
19 void SetProcessID(pid_t processID)
34 pid_t fProcessID;
/haiku/src/bin/consoled/
H A Dconsoled.cpp389 static pid_t
400 pid_t pid = load_image(argc, argv, (const char**)environ);
445 pid_t process = start_process(commandArgc, commandArgv, &gConsole);
452 pid_t shellProcess;
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp57 static pid_t
61 pid_t child = fork();
91 pid_t child = run_child(argc, argv);
/haiku/src/libs/bsd/
H A Ddaemon.c28 pid_t newGroup;
29 pid_t pid;
H A Dpty.cpp67 pid_t
/haiku/src/libs/posix_error_mapper/
H A Dtime.cpp21 (pid_t pid, clockid_t* _clockID),
/haiku/src/libs/stdc++/legacy/
H A Dvfork.c6 pid_t
/haiku/src/servers/launch/
H A DBaseJob.cpp204 pid_t child = fork();
/haiku/src/system/kernel/
H A DUserEvent.cpp28 pid_t sendingProcess)
181 int32 errorCode, pid_t sendingTeam)
/haiku/src/system/libroot/posix/glibc/libio/
H A D_G_config.h81 #define _G_pid_t pid_t
/haiku/src/system/libroot/posix/signal/
H A Dkill.c17 kill(pid_t pid, int sig)
H A Dkillpg.cpp14 killpg(pid_t processGroupID, int signal)

Completed in 142 milliseconds

12345