Searched refs:OSTestAndClear (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/libkern/libkern/
H A DOSAtomic.h558 * @function OSTestAndClear
564 * The OSTestAndClear function clears a single bit in a byte at a specified address. It returns true if the bit was already clear, false otherwise.
571 extern Boolean OSTestAndClear(
/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c152 Boolean OSTestAndClear(UInt32 bit, volatile UInt8 * startAddress) function
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c3069 if (!OSTestAndClear(GROUP_BIT_CTL_ENQUEUE_BLOCKED, &group->atomic_bits)) {

Completed in 69 milliseconds