| /xnu-8796.121.2/libsyscall/wrappers/spawn/ |
| H A D | spawn_private.h | 35 …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 D | spawn.h | 64 …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-8796.121.2/bsd/sys/ |
| H A D | kdebug_private.h | 61 __API_AVAILABLE(macos(10.0), ios(8), tvos(8), watchos(1)); 77 __API_AVAILABLE(macos(10.12), ios(10), watchos(3), tvos(10)); 82 __API_AVAILABLE(macos(10.15), ios(13), tvos(13), watchos(6)); 86 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8)); 90 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8)); 94 __API_AVAILABLE(macos(12), ios(15), tvos(15), watchos(8)); 161 __API_AVAILABLE(macos(10.11), ios(9), watchos(2), tvos(9)); 166 __API_AVAILABLE(macos(10.12), ios(10), watchos(3), tvos(10));
|
| H A D | uio.h | 263 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 D | stat.h | 574 int mkfifoat(int, const char *, mode_t) __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0), wat… 575 int mknodat(int, const char *, mode_t, dev_t) __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0… 580 int futimens(int __fd, const struct timespec __times[2]) __API_AVAILABLE(macosx(10.13), ios(11.… 582 int __flag) __API_AVAILABLE(macosx(10.13), ios(11.0), tvos(11.0), watchos(4.0));
|
| H A D | unistd.h | 192 ssize_t freadlink(int, char * __restrict, size_t) __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0…
|
| H A D | proc.h | 547 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3)) 549 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3))
|
| H A D | socket.h | 1523 __API_AVAILABLE(macosx(10.11), ios(9.0), tvos(9.0), watchos(2.0)) 1527 __API_AVAILABLE(macosx(10.11), ios(9.0), tvos(9.0), watchos(2.0))
|
| /xnu-8796.121.2/libsyscall/wrappers/libproc/ |
| H A D | libproc.h | 140 int proc_set_no_smt(void) __API_AVAILABLE(macos(10.16)); 143 int proc_setthread_no_smt(void) __API_AVAILABLE(macos(10.16)); 151 int proc_set_csm(uint32_t flags) __API_AVAILABLE(macos(10.16)); 154 int proc_setthread_csm(uint32_t flags) __API_AVAILABLE(macos(10.16));
|
| /xnu-8796.121.2/libsyscall/mach/mach/ |
| H A D | thread_state.h | 58 __API_AVAILABLE(macosx(10.14), ios(12.0), tvos(9.0), watchos(5.0))
|
| H A D | mach_init.h | 78 __API_AVAILABLE(macos(11.3), ios(14.5), tvos(14.5), watchos(7.3))
|
| /xnu-8796.121.2/libsyscall/wrappers/ |
| H A D | gethostuuid.h | 39 int gethostuuid(uuid_t, const struct timespec *) __API_AVAILABLE(macos(10.5)) __SPI_AVAILABLE(ios(2…
|
| /xnu-8796.121.2/bsd/sys/_types/ |
| H A D | _fd_def.h | 57 int __darwin_check_fd_set_overflow(int, const void *, int) __API_AVAILABLE(macosx(10.16), ios(14.0)…
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/ |
| H A D | Availability.h | 388 #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE4, __API_AVAILABL… macro
|
| /xnu-8796.121.2/osfmk/mach/ |
| H A D | message.h | 1324 __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0), watchos(9.0)) 1336 __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0), watchos(9.0))
|