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);
73 int posix_spawn_file_actions_addchdir_np (posix_spawn_file_actions_t *__restrict
75 const char *__restrict);
76 int posix_spawn_file_actions_addfchdir_np (posix_spawn_file_actions_t *__restrict,
86 int posix_spawnattr_getflags (const posix_spawnattr_t * __restrict,
87 short * __restrict);
88 int posix_spawnattr_getpgroup (const posix_spawnattr_t * __restrict,
89 pid_t * __restrict);
90 int posix_spawnattr_getschedparam (const posix_spawnattr_t * __restrict,
91 struct sched_param * __restrict);
92 int posix_spawnattr_getschedpolicy (const posix_spawnattr_t * __restrict,
93 int * __restrict);
94 int posix_spawnattr_getsigdefault (const posix_spawnattr_t * __restrict,
95 sigset_t * __restrict);
96 int posix_spawnattr_getsigmask (const posix_spawnattr_t * __restrict,
97 sigset_t * __restrict);
101 int posix_spawnattr_setschedparam (posix_spawnattr_t * __restrict,
102 const struct sched_param * __restrict);
104 int posix_spawnattr_setsigdefault (posix_spawnattr_t * __restrict,
105 const sigset_t * __restrict);
106 int posix_spawnattr_setsigmask (posix_spawnattr_t * __restrict,
107 const sigset_t * __restrict);