Lines Matching refs:__restrict

60 int     posix_spawn(pid_t * __restrict, const char * __restrict,
62 const posix_spawnattr_t * __restrict,
63 char *const __argv[__restrict],
64 …char *const __envp[__restrict]) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0…
66 int posix_spawnp(pid_t * __restrict, const char * __restrict,
68 const posix_spawnattr_t * __restrict,
69 char *const __argv[__restrict],
70 char *const __envp[__restrict]) __API_AVAILABLE(macos(10.5), ios(2.0));
78 posix_spawn_file_actions_t * __restrict, int,
79 …const char * __restrict, int, mode_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watch…
87 int posix_spawnattr_getsigdefault(const posix_spawnattr_t * __restrict,
88 …sigset_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9…
90 int posix_spawnattr_getflags(const posix_spawnattr_t * __restrict,
91 …short * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9.0)…
93 int posix_spawnattr_getpgroup(const posix_spawnattr_t * __restrict,
94 …pid_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9.0)…
96 int posix_spawnattr_getsigmask(const posix_spawnattr_t * __restrict,
97 …sigset_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9…
101 int posix_spawnattr_setsigdefault(posix_spawnattr_t * __restrict,
102 …const sigset_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), …
108 int posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict,
109 …const sigset_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), …
112 int posix_spawnattr_setschedparam(posix_spawnattr_t * __restrict,
113 const struct sched_param * __restrict);
115 int posix_spawnattr_getschedparam(const posix_spawnattr_t * __restrict,
116 struct sched_param * __restrict);
117 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t * __restrict,
118 int * __restrict);
135 int posix_spawnattr_getbinpref_np(const posix_spawnattr_t * __restrict,
136 …size_t, cpu_type_t *__restrict, size_t *__restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_A…
138 int posix_spawnattr_getarchpref_np(const posix_spawnattr_t * __restrict,
139 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
141 int posix_spawnattr_setauditsessionport_np(posix_spawnattr_t * __restrict,
144 int posix_spawnattr_setbinpref_np(posix_spawnattr_t * __restrict,
145 …size_t, cpu_type_t *__restrict, size_t *__restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_A…
147 int posix_spawnattr_setarchpref_np(posix_spawnattr_t * __restrict,
148 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
150 int posix_spawnattr_setexceptionports_np(posix_spawnattr_t * __restrict,
154 int posix_spawnattr_setspecialport_np(posix_spawnattr_t * __restrict,
157 int posix_spawnattr_setsuidcredport_np(posix_spawnattr_t * __restrict, mach_port_t) __SPI_AVAIL…
159 int posix_spawnattr_setnosmt_np(const posix_spawnattr_t * __restrict attr) __API_AVAILABLE(maco…
165 int posix_spawnattr_set_csm_np(const posix_spawnattr_t * __restrict attr, uint32_t flags) __API…
179 …const char * __restrict) __API_AVAILABLE(macos(10.15)) __SPI_AVAILABLE(ios(13.0), tvos(13.0), watc…