Searched refs:testBits (Results 1 – 1 of 1) sorted by relevance
105 unsigned long testBits = 0; in OsalTestAtomic() local128 value = OsalTestBit(1, &testBits); in OsalTestAtomic()132 value = OsalTestSetBit(1, &testBits); in OsalTestAtomic()136 value = OsalTestBit(1, &testBits); in OsalTestAtomic()140 value = OsalTestClearBit(1, &testBits); in OsalTestAtomic()144 value = OsalTestBit(1, &testBits); in OsalTestAtomic()148 OsalClearBit(1, &testBits); in OsalTestAtomic()149 value = OsalTestBit(1, &testBits); in OsalTestAtomic()