BSD syscall#556
svc · unix #556
sys_coalition_policy_set
Sets coalition policy attributes (Apple grouping of related tasks).
Prototype
int sys_coalition_policy_set(uint64_t cid, uint32_t flavor, uint32_t value);Returns: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| cid | uint64_t | - | |
| flavor | uint32_t | - | |
| value | uint32_t | - |
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-11215.1.10 | macOS 15.0 Sequoia | 556 |
| xnu-11417.101.15 | macOS 15.4 Sequoia | 556 |
| xnu-12377.1.9 | macOS 26.0 Tahoe | 556 |
| xnu-11215.41.3 | — | 556 |
| xnu-11215.61.5 | — | 556 |
| xnu-11215.81.4 | — | 556 |
| xnu-11417.121.6 | — | 556 |
| xnu-11417.140.69 | — | 556 |
| xnu-12377.101.15 | — | 556 |
| xnu-12377.41.6 | — | 556 |
| xnu-12377.61.12 | — | 556 |
| xnu-12377.81.4 | — | 556 |
Notes
No prose documentation yet.