Expand description
This module provides the libc
types for SCHED (scheduling).
MUSL: https://github.com/bminor/musl/blob/c47ad25ea3b484e10326f933e927c0bc8cded3da/include/sched.h
Structs§
- Clone
Flags - 克隆标志,用于
clone(2)
或clone3(2)
系统调用。 - Wait
Option - wait4 函数中使用的 option