Types
ItimerError = object of PyOSError
- Source Edit
Procs
proc pthread_kill(thread_id: uint; signalnum: int) {....raises: [PyOSError], tags: [], forbids: [].}
- Source Edit
proc pthread_sigmask(how: int; mask: Sigset): Set[int] {....raises: [PyOSError], tags: [], forbids: [].}
- Source Edit
proc siginterrupt(signalnum, flag: int) {....raises: [ValueError, PyOSError], tags: [], forbids: [].}
- Source Edit
proc sigpending(): Set[int] {....raises: [PyOSError], tags: [], forbids: [].}
- Source Edit
proc sigtimedwait(sigset: Sigset; timeout: Timestamp): struct_siginfo
- Source Edit
proc sigwaitinfo(sigset: Sigset): struct_siginfo {....raises: [PyOSError], tags: [], forbids: [].}
- Source Edit