This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"constant":[["NSIG",""],["SIGIOT",""],["SIGPOLL",""],["SIGUNUSED",""]],"enum":[["SigHandler","A signal handler."],["SigevNotify","Used to request asynchronous notification of certain events, for example, with POSIX AIO, POSIX message queues, and POSIX timers."],["SigmaskHow",""],["Signal",""]],"fn":[["kill",""],["killpg","Send a signal to a process group (see killpg(3))."],["pthread_sigmask","Manages the signal mask (set of blocked signals) for the calling thread."],["raise",""],["sigaction","Changes the action taken by a process on receipt of a specific signal."],["signal","Signal management (see signal(3p))"],["sigprocmask","Examine and change blocked signals."]],"struct":[["SaFlags",""],["SigAction","Action to take on receipt of a signal. Corresponds to `sigaction`."],["SigEvent","Used to request asynchronous notification of the completion of certain events, such as POSIX AIO and timers."],["SigSet",""],["SignalIterator",""]],"type":[["type_of_thread_id",""]]});