Query: spawn
OS: opensolaris
Section: 3head
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
spawn.h(3HEAD) Headers spawn.h(3HEAD)NAMEspawn.h, spawn - spawnSYNOPSIS#include <spawn.h>DESCRIPTIONThe <spawn.h> header defines the posix_spawnattr_t and posix_spawn_file_actions_t types used in performing spawn operations. The <spawn.h> header defines the flags that can be set in a posix_spawnattr_t object using the posix_spawnattr_setflags() function: POSIX_SPAWN_RESETIDS POSIX_SPAWN_SETPGROUP POSIX_SPAWN_SETSCHEDPARAM POSIX_SPAWN_SETSCHEDULER POSIX_SPAWN_SETSIGDEF POSIX_SPAWN_SETSIGMASK Inclusion of the <spawn.h> header can make visible symbols defined in the <sched.h>, <signal.h>, and <sys/types.h> headers.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOsched.h(3HEAD), semaphore.h(3HEAD), signal.h(3HEAD), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 spawn.h(3HEAD)
Related Man Pages |
---|
posix_spawnattr_getflags(3) - freebsd |
posix_spawnattr_getflags(3c) - opensolaris |
posix_spawnattr_setflags(3) - freebsd |
spawn.h(7posix) - posix |
spawn.h(7posix) - linux |
Similar Topics in the Unix Linux Community |
---|
Compiling in Solaris |
Program to spawn multiple processes |
send: spawn id exp3 not open |
Spawn a new unix window by command |
Unix script that can spawn |