tango.stdc.posix.sys.wait

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.stdc.posix.signal
public import tango.stdc.posix.signal;
Undocumented in source.

Members

Functions

WEXITSTATUS
int WEXITSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WEXITSTATUS
int WEXITSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WEXITSTATUS
int WEXITSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WEXITSTATUS
int WEXITSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFCONTINUED
int WIFCONTINUED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFCONTINUED
int WIFCONTINUED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFCONTINUED
int WIFCONTINUED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFCONTINUED
int WIFCONTINUED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFEXITED
bool WIFEXITED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFEXITED
bool WIFEXITED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFEXITED
bool WIFEXITED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFEXITED
bool WIFEXITED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSIGNALED
bool WIFSIGNALED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSIGNALED
bool WIFSIGNALED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSIGNALED
bool WIFSIGNALED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSIGNALED
bool WIFSIGNALED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSTOPPED
bool WIFSTOPPED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSTOPPED
bool WIFSTOPPED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSTOPPED
bool WIFSTOPPED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WIFSTOPPED
bool WIFSTOPPED(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WSTOPSIG
int WSTOPSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WSTOPSIG
int WSTOPSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WSTOPSIG
int WSTOPSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WSTOPSIG
int WSTOPSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WTERMSIG
int WTERMSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WTERMSIG
int WTERMSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WTERMSIG
int WTERMSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WTERMSIG
int WTERMSIG(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
WWORD
int WWORD(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
_WSTATUS
int _WSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
_WSTATUS
int _WSTATUS(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
pid_t wait(int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
waitpid
pid_t waitpid(pid_t , int* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

WCONTFLG
auto WCONTFLG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WCONTINUED
auto WCONTINUED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WCONTINUED
auto WCONTINUED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WNOHANG
auto WNOHANG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WNOHANG
auto WNOHANG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WNOHANG
auto WNOHANG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WNOHANG
auto WNOHANG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WUNTRACED
auto WUNTRACED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WUNTRACED
auto WUNTRACED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WUNTRACED
auto WUNTRACED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WUNTRACED
auto WUNTRACED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly