Searched refs:posix_spawnattr_t (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dspawn_private.h32 int posix_spawnattr_getpcontrol_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
33 int posix_spawnattr_setpcontrol_np(posix_spawnattr_t *, const int) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
35 int posix_spawnattr_getprocesstype_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
36 int posix_spawnattr_setprocesstype_np(posix_spawnattr_t *, const int) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
38 int posix_spawnattr_setcpumonitor(posix_spawnattr_t * __restrict, uint64_t, uint64_t) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
39 int posix_spawnattr_getcpumonitor(posix_spawnattr_t * __restrict, uint64_t *, uint64_t *) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
40 int posix_spawnattr_setcpumonitor_default(posix_spawnattr_t * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_6_0);
44 int posix_spawnattr_set_importancewatch_port_np(posix_spawnattr_t * __restrict attr,
48 int posix_spawnattr_getmacpolicyinfo_np(const posix_spawnattr_t * __restrict, const char *, void **, size_t *) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
49 int posix_spawnattr_setmacpolicyinfo_np(posix_spawnattr_t * __restric
[all...]
H A Dspawn.h51 typedef void *posix_spawnattr_t; typedef
61 const posix_spawnattr_t * __restrict,
66 const posix_spawnattr_t * __restrict,
77 int posix_spawnattr_destroy(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
78 int posix_spawnattr_getsigdefault(const posix_spawnattr_t * __restrict,
80 int posix_spawnattr_getflags(const posix_spawnattr_t * __restrict,
82 int posix_spawnattr_getpgroup(const posix_spawnattr_t * __restrict,
84 int posix_spawnattr_getsigmask(const posix_spawnattr_t * __restrict,
86 int posix_spawnattr_init(posix_spawnattr_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
87 int posix_spawnattr_setsigdefault(posix_spawnattr_t * __restric
[all...]
H A Dposix_spawn.c56 * posix_spawnattr_t is defined to be a void *, and initialization
69 posix_spawnattr_init(posix_spawnattr_t *attr)
163 static int posix_spawn_destroyportactions_np(posix_spawnattr_t *);
166 posix_spawnattr_destroy(posix_spawnattr_t *attr)
200 posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags)
237 posix_spawnattr_getflags(const posix_spawnattr_t * __restrict attr,
273 posix_spawnattr_getsigdefault(const posix_spawnattr_t * __restrict attr,
308 posix_spawnattr_getpgroup(const posix_spawnattr_t * __restrict attr,
344 posix_spawnattr_getsigmask(const posix_spawnattr_t * __restrict attr,
380 posix_spawnattr_getbinpref_np(const posix_spawnattr_t * __restric
[all...]
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c258 posix_spawnattr_t attr;
H A Dtests.c5076 posix_spawnattr_t attrp;
/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c641 posix_spawnattr_t attr;

Completed in 39 milliseconds