Lines Matching refs:__restrict
72 extern int posix_spawn (pid_t *__restrict __pid,
73 __const char *__restrict __path,
74 __const posix_spawn_file_actions_t *__restrict
76 __const posix_spawnattr_t *__restrict __attrp,
99 __restrict __attr,
100 sigset_t *__restrict __sigdefault)
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
105 __const sigset_t *__restrict
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
112 sigset_t *__restrict __sigmask) __THROW;
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr,
116 __const sigset_t *__restrict __sigmask)
120 extern int posix_spawnattr_getflags (__const posix_spawnattr_t *__restrict
122 short int *__restrict __flags) __THROW;
129 extern int posix_spawnattr_getpgroup (__const posix_spawnattr_t *__restrict
130 __attr, pid_t *__restrict __pgroup)
139 __restrict __attr,
140 int *__restrict __schedpolicy)
149 __restrict __attr,
150 struct sched_param *__restrict
154 extern int posix_spawnattr_setschedparam (posix_spawnattr_t *__restrict __attr,
156 __restrict __schedparam) __THROW;
170 __restrict __file_actions,
172 __const char *__restrict __path,