|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| clone_and_clone3.scml | ||
| fully_covered.scml | ||
| sched_getattr_and_sched_setattr.scml | ||
| sched_setscheduler.scml | ||
| wait4.scml | ||
| waitid.scml | ||
README.md
Process & Thread Management
sched_getattr and sched_setattr
Supported functionality in SCML:
{{#include sched_getattr_and_sched_setattr.scml}}
Unsupported scheduling policies:
SCHED_DEADLINE
Unsupported scheduling flags:
SCHED_FLAG_RESET_ON_FORKSCHED_FLAG_RECLAIMSCHED_FLAG_DL_OVERRUNSCHED_FLAG_UTIL_CLAMP_MINSCHED_FLAG_UTIL_CLAMP_MAX
wait4
Supported functionality in SCML:
{{#include wait4.scml}}
Ignored options:
WEXITEDWNOTHREADWALLWCLONE
For more information, see the man page.
clone and clone3
Supported functionality in SCML:
{{#include clone_and_clone3.scml}}
For more information, see the man page.
sched_setscheduler
Supported functionality in SCML:
{{#include sched_setscheduler.scml}}
Unsupported policies or flags:
SCHED_RESET_ON_FORK
For more information, see the man page.
waitid
Supported functionality in SCML:
{{#include waitid.scml}}
Ignored options:
WEXITED
For more information, see the man page.