Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/wrappers/spawn/
H A Dspawn_private.h35 …tpcontrol_np(const posix_spawnattr_t * __restrict, int * __restrict) __API_AVAILABLE(macos(10.6), …
36 int posix_spawnattr_setpcontrol_np(posix_spawnattr_t *, const int) __API_AVAILABLE(macos(10.6),…
38 …ocesstype_np(const posix_spawnattr_t * __restrict, int * __restrict) __API_AVAILABLE(macos(10.8), …
39 int posix_spawnattr_setprocesstype_np(posix_spawnattr_t *, const int) __API_AVAILABLE(macos(10.…
41 …tr_setcpumonitor(posix_spawnattr_t * __restrict, uint64_t, uint64_t) __API_AVAILABLE(macos(10.8), …
42 …etcpumonitor(posix_spawnattr_t * __restrict, uint64_t *, uint64_t *) __API_AVAILABLE(macos(10.8), …
43 int posix_spawnattr_setcpumonitor_default(posix_spawnattr_t * __restrict) __API_AVAILABLE(macos…
47 short flags, int priority, int memlimit) __API_UNAVAILABLE(macos) __API_AVAILABLE(ios(5.0));
51 …short flags, int priority, int memlimit_active, int memlimit_inactive) __API_AVAILABLE(macos(10.11…
57 int thread_limit) __API_AVAILABLE(macos(10.14), ios(12.0), tvos(12.0), watchos(5.0));
[all …]
H A Dspawn.h64 …char *const __envp[__restrict]) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0…
70 char *const __envp[__restrict]) __API_AVAILABLE(macos(10.5), ios(2.0));
72 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int) __API_AVAILABLE(macos(…
75 …int) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9.0), bridgeos(1.0)…
79 …const char * __restrict, int, mode_t) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watch…
81 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *) __API_AVAILABLE(macos(10.5),…
83 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *) __API_AVAILABLE(macos(10.5), io…
85 int posix_spawnattr_destroy(posix_spawnattr_t *) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_A…
88 …sigset_t * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9…
91 …short * __restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_AVAILABLE(watchos(2.0), tvos(9.0)…
[all …]
/xnu-8020.121.3/libsyscall/wrappers/libproc/
H A Dlibproc.h139 int proc_set_no_smt(void) __API_AVAILABLE(macos(10.16));
142 int proc_setthread_no_smt(void) __API_AVAILABLE(macos(10.16));
150 int proc_set_csm(uint32_t flags) __API_AVAILABLE(macos(10.16));
153 int proc_setthread_csm(uint32_t flags) __API_AVAILABLE(macos(10.16));
/xnu-8020.121.3/bsd/sys/
H A Dkdebug_private.h154 __API_AVAILABLE(macos(10.12), ios(10), watchos(3), tvos(10));
161 __API_AVAILABLE(macos(10.12), ios(10), watchos(3), tvos(10));
168 __API_AVAILABLE(macos(10.15), ios(13), tvos(13), watchos(6));
174 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8));
180 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8));
186 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8));
H A Duio.h263 ssize_t preadv(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(preadv) __API_AVAILABLE(mac…
264 ssize_t pwritev(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(pwritev) __API_AVAILABLE(m…
H A Dproc.h523 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3))
525 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3))
H A Dstat.h578 int futimens(int __fd, const struct timespec __times[2]) __API_AVAILABLE(macosx(10.13), ios(11.…
580 int __flag) __API_AVAILABLE(macosx(10.13), ios(11.0), tvos(11.0), watchos(4.0));
H A Dsocket.h1487 __API_AVAILABLE(macosx(10.11), ios(9.0), tvos(9.0), watchos(2.0))
1491 __API_AVAILABLE(macosx(10.11), ios(9.0), tvos(9.0), watchos(2.0))
/xnu-8020.121.3/libsyscall/mach/mach/
H A Dthread_state.h58 __API_AVAILABLE(macosx(10.14), ios(12.0), tvos(9.0), watchos(5.0))
H A Dmach_init.h78 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3))
/xnu-8020.121.3/libsyscall/wrappers/
H A Dgethostuuid.h39 int gethostuuid(uuid_t, const struct timespec *) __API_AVAILABLE(macos(10.5)) __SPI_AVAILABLE(ios(2…
/xnu-8020.121.3/bsd/sys/_types/
H A D_fd_def.h57 int __darwin_check_fd_set_overflow(int, const void *, int) __API_AVAILABLE(macosx(10.16), ios(14.0)…
/xnu-8020.121.3/EXTERNAL_HEADERS/
H A DAvailability.h388 #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE4, __API_AVAILABL… macro