posix_spawnattr_t Struct Reference

#include <spawn.h>

Data Fields

short  _flags
pid_t  _pgrp
sigset_t  _sd
sigset_t  _sm
sched_param  _sp
int  _policy

Field Documentation

short posix_spawnattr_t::_flags
 
pid_t posix_spawnattr_t::_pgrp
 
int posix_spawnattr_t::_policy
 
sigset_t posix_spawnattr_t::_sd
 
sigset_t posix_spawnattr_t::_sm
 
struct sched_param posix_spawnattr_t::_sp
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top