MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / CPU_ZERO

Function CPU_ZERO

src/backend/libc/thread/cpu_set.rs:20–22  ·  view source on GitHub ↗
(cpuset: &mut RawCpuSet)

Source from the content-addressed store, hash-verified

18
19#[inline]
20pub(crate) fn CPU_ZERO(cpuset: &mut RawCpuSet) {
21 unsafe { c::CPU_ZERO(cpuset) }
22}
23
24#[inline]
25pub(crate) fn CPU_CLR(cpu: usize, cpuset: &mut RawCpuSet) {

Callers 2

raw_cpu_set_newFunction · 0.70
clearMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected