*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ucontext | Section: 5 | Source: Digital UNIX | File: ucontext.5.gz
ucontext(5) File Formats Manual ucontext(5) NAME ucontext - user context SYNOPSIS #include <ucontext.h> DESCRIPTION The thread of control within an executing process is specified by the ucontext structure. This structure contains at least the following members: ucontext_t uc_link sigset_t uc_sigmask stack_t uc_stack mcontext_t uc_mcontext The values for each member is as follows: Points to the context that is to continue when this context returns. If uc_link is equal to zero (0), this is the main context, and the process exits when this context re- turns. Specifies the set of signals that are blocked when this context is active. See sigprocmask(2) for more information. Specifies the stack used by this context. See sigaltstack(2) for more information. Contains the saved machine registers and any implementation-specific context data. RESTRICTIONS Portable applications should not access or modify the uc_mcontext value in the ucontext structure. SEE ALSO Functions: getcontext(2), sigaction(2), sigprocmask(2), sigaltstack(2). ucontext(5)

Navigation Options