Module sched

Source
Expand description

This module provides the libc types for SCHED (scheduling).

MUSL: https://github.com/bminor/musl/blob/c47ad25ea3b484e10326f933e927c0bc8cded3da/include/sched.h

Structs§

CloneFlags
克隆标志,用于 clone(2)clone3(2) 系统调用。
WaitOption
wait4 函数中使用的 option