MCPcopy Create free account
hub / github.com/DOCGroup/ACE_TAO / bit_ops

Method bit_ops

ACE/ace/Select_Reactor_Base.cpp:997–1088  ·  view source on GitHub ↗

Perform GET, CLR, SET, and ADD operations on the Handle_Sets. GET = 1, Retrieve current value SET = 2, Set value of bits to new mask (changes the entire mask) ADD = 3, Bitwise "or" the value into the mask (only changes enabled bits) CLR = 4 Bitwise "and" the negation of the value out of the mask (only changes enabled bits) Returns the original mask. Must be called with locks held.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

bindMethod · 0.45
unbindMethod · 0.45

Calls 3

clear_dispatch_maskMethod · 0.95
handle_in_rangeMethod · 0.45
is_setMethod · 0.45

Tested by

no test coverage detected