*** 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: _lwp_makecontext | Section: 3 | Source: NetBSD | File: _lwp_makecontext.3
_LWP_MAKECONTEXT(3) FreeBSD Library Functions Manual _LWP_MAKECONTEXT(3) NAME _lwp_makecontext - create a new initial light-weight process execution context LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <lwp.h> void _lwp_makecontext(ucontext_t *context, void (*start_routine)(void *), void *arg, void *private, caddr_t stack_base, size_t stack_size); DESCRIPTION _lwp_makecontext() initializes the context structure pointed to by context in a manner suitable for using with _lwp_create(2). The LWP will begin execution at the function specified by start_routine which will be passed a single argument arg. The LWP private data pointer will be set to private. The stack region for the new LWP is specified by the stack_base and stack_size arguments. The signal mask in the context structure is not initialized by _lwp_makecontext(). SEE ALSO _lwp_create(2), _lwp_getprivate(2) HISTORY The _lwp_create() system call first appeared in NetBSD 2.0. BUGS The LWP private data pointer is not initialized by the current implementation of _lwp_makecontext(). FreeBSD 14.1-RELEASE-p8 January 16, 2003 FreeBSD 14.1-RELEASE-p8

Navigation Options