Searched refs:_pid (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dprocbuf.h38 _IO_pid_t _pid; member in class:procbuf
/haiku/src/system/libroot/posix/
H A Dspawn.cpp500 spawn_using_fork(pid_t *_pid, const char *path, argument
521 if (_pid != NULL)
522 *_pid = pid;
561 spawn_using_load_image(pid_t *_pid, const char *_path, argument
586 *_pid = thread;
592 do_posix_spawn(pid_t *_pid, const char *path, argument
599 return spawn_using_load_image(_pid, path, argv, envp, envpath);
601 return spawn_using_fork(_pid, path, actions, attrp, argv, envp,
/haiku/headers/compatibility/bsd/
H A Dlibutil.h92 int uu_lock_txfr(const char *_ttyname, pid_t _pid);

Completed in 39 milliseconds