Home
last modified time | relevance | path

Searched refs:posix_spawnattr_t (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dspawn.h38 typedef struct __posix_spawnattr *posix_spawnattr_t; typedef
56 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
59 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
83 int posix_spawnattr_init (posix_spawnattr_t *);
84 int posix_spawnattr_destroy (posix_spawnattr_t *);
86 int posix_spawnattr_getflags (const posix_spawnattr_t * __restrict,
88 int posix_spawnattr_getpgroup (const posix_spawnattr_t * __restrict,
90 int posix_spawnattr_getschedparam (const posix_spawnattr_t * __restrict,
92 int posix_spawnattr_getschedpolicy (const posix_spawnattr_t * __restrict,
94 int posix_spawnattr_getsigdefault (const posix_spawnattr_t * __restrict,
[all …]