Interface __BR

Inline function

SpaceUser/kernel
ContextSync/async/rt-irq
May blockNo
SPLAny
Dynamic memoryNo

#include <ARCH/BT.H>

static __finline__ void __BR(void *ptr, int bit);

Description

Clears a bit in a memory bitmap. Atomicity of this operation is not specified — it should not be performed simultaneously by more threads or simultaneously by a code and an AST that interrupts it.

See the definition of __BT for description of the bitmap format in memory.

Arguments

See also

__BT, __BTS, __BTR, __BTC __BS, __BC,