spawn.cpp File Reference
posix_spawn_file_actions_init(posix_spawn_file_actions_t *)
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *, int, const char *, int, mode_t)
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int)
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int)
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *)
posix_spawnattr_init(posix_spawnattr_t *)
posix_spawnattr_getsigdefault(const posix_spawnattr_t *, sigset_t *)
posix_spawnattr_getflags(const posix_spawnattr_t *, short *)
posix_spawnattr_getpgroup(const posix_spawnattr_t *, pid_t *)
posix_spawnattr_getschedparam(const posix_spawnattr_t *, struct sched_param *)
posix_spawnattr_getschedpolicy(const posix_spawnattr_t *, int *)
EXPORT_C int | posix_spawnattr_getschedpolicy | ( | const posix_spawnattr_t * | attrp, |
| int * | policy |
| ) | |
posix_spawnattr_getsigmask(const posix_spawnattr_t *, sigset_t *)
posix_spawnattr_setsigdefault(posix_spawnattr_t *, const sigset_t *)
posix_spawnattr_setflags(posix_spawnattr_t *, short)
posix_spawnattr_setpgroup(posix_spawnattr_t *, pid_t)
posix_spawnattr_setschedparam(posix_spawnattr_t *, const struct sched_param *)
posix_spawnattr_setschedpolicy(posix_spawnattr_t *, int)
posix_spawnattr_setsigmask(posix_spawnattr_t *, const sigset_t *)
posix_spawnattr_destroy(posix_spawnattr_t *)
posix_spawn(pid_t *, const char *, const posix_spawn_file_actions_t *, const posix_spawnattr_t *, char *const, char *const)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.