Lines Matching refs:__restrict
55 int posix_spawn(pid_t *__restrict, const char *__restrict,
56 const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict,
58 int posix_spawnp(pid_t *__restrict, const char *__restrict,
59 const posix_spawn_file_actions_t *, const posix_spawnattr_t *__restrict,
68 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *__restrict,
69 int, const char *__restrict, int, mode_t);
79 int posix_spawnattr_getflags(const posix_spawnattr_t *__restrict,
80 short *__restrict);
81 int posix_spawnattr_getpgroup(const posix_spawnattr_t *__restrict,
82 pid_t *__restrict);
83 int posix_spawnattr_getschedparam(const posix_spawnattr_t *__restrict,
84 struct sched_param *__restrict);
85 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict,
86 int *__restrict);
87 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *__restrict,
88 sigset_t *__restrict);
89 int posix_spawnattr_getsigmask(const posix_spawnattr_t *__restrict,
90 sigset_t *__restrict);
94 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict,
95 const struct sched_param *__restrict);
97 int posix_spawnattr_setsigdefault(posix_spawnattr_t *__restrict,
98 const sigset_t *__restrict);
99 int posix_spawnattr_setsigmask(posix_spawnattr_t *__restrict,
100 const sigset_t *__restrict);